I can't figure out why this formula in Q1 is not working.
I can't figure out why this formula in Q1 is not working.
It's because you have #N/A errors in col C, try this insteadFormula:
=IFERROR(INDEX('Punch Log'!$F$2:$F$463,AGGREGATE(15,6,(ROW('Punch Log'!$F$2:$F$463)-ROW('Punch Log'!$F$2)+1)/('Punch Log'!$C$2:$C$463=P1)/('Punch Log'!$D$2:$D$463=O1),ROWS($Q$1:$Q$1))),"")
Thank you Fluff13
Glad to help & thanks for the feedback.
If you only want the first one, please try
=INDEX($F$2:$F$463,MATCH(1,('Punch Log'!$C$2:$C$463=P1)*('Punch Log'!$D$2:$D$463=O1),))
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks