LckySevan1
New Member
I have the following formula, but need to remove the #NUM! errors in my spreadsheet. I've attempted to use the IF(ISERROR) function, but I can't seem to figure out where I'm going wrong. Any assistance would be greatly appreciated.
=INDEX('MASTER Tracking Sheet'!F$10:F$50, SMALL(IF($K$11='MASTER Tracking Sheet'!$A$10:$A$50, ROW('MASTER Tracking Sheet'!$A$10:$A$50)-MIN(ROW('MASTER Tracking Sheet'!$A$10:$A$50))+1, ""), ROW(A1)))
=INDEX('MASTER Tracking Sheet'!F$10:F$50, SMALL(IF($K$11='MASTER Tracking Sheet'!$A$10:$A$50, ROW('MASTER Tracking Sheet'!$A$10:$A$50)-MIN(ROW('MASTER Tracking Sheet'!$A$10:$A$50))+1, ""), ROW(A1)))