A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
- Yes the formula is on a different sheet in the workbook. The lists start in row 4 and the formulas start in the fifth row of a different sheet.
Hi,
If you list starts on row 4, use:
=IFERROR(INDEX(Name,SMALL(IF((Start_First_Time>0)*(End_First_Time=""),ROW(Name)),ROW(1:1))-3),"")
(Ctrl+Shift+Enter).
or:
=IFERROR(INDEX(Name,SMALL(IF((Start_First_Time>0)*(End_First_Time=""),ROW(Name)),ROW(1:1))-ROW(Name)+1),"")
(Ctrl+Shift+Enter).
Cheers
Rich