=INDEX(Name,MATCH(INDIRECT(E8)&INDIRECT(D8),INDIRECT(Job)&INDIRECT(time_in),1))
Format of cells is
Name, Job, Time in
I put this in an array and i get REF error
Cell D8 is just the name of the job as a fixed value in the worksheet
cell E8 time in cell has this formula in it to get its value
=INDEX(Sheet20!$C$3:$C$19,SMALL(IF(Sheet20!$A$3:$A$19=D8,ROW(Sheet20!$A$3:$A$19)-ROW(Sheet20!$A$3)+1),2))
Format of cells is
Name, Job, Time in
I put this in an array and i get REF error
Cell D8 is just the name of the job as a fixed value in the worksheet
cell E8 time in cell has this formula in it to get its value
=INDEX(Sheet20!$C$3:$C$19,SMALL(IF(Sheet20!$A$3:$A$19=D8,ROW(Sheet20!$A$3:$A$19)-ROW(Sheet20!$A$3)+1),2))