I am using the formula “=IF(ISERROR(DATEDIF(B10,B11,”d”)),”no next date”,DATEDIF(B10,B11,”d”))” to output column “C”.
I want to output a cell name [B11] in output text [C10] so it would read “no entry B11”. Is it possible to use a formula that would calculate the cell to be placed in the output? I do not want to write a specific formula for each “C”.
See attached spreadsheet.
Thanks.