Hi,
I have this formula:
Which works perfectly, except I want to make it so the array returns based on cells that say either 'Below Expectation' or 'Significantly Below Expectation'. Currently it only returns based on cells that return 'Below Expectation'
I've tried a wildcard for Below and including Or in the formula, but to no avail. I'm pretty sure someone way better at this than me will see where I've gone wrong in 2 second. Any ideas?
Many thanks,
I have this formula:
=IFERROR(INDEX('Progress Data'!A2:A100, SMALL(IF(ISNUMBER(SEARCH("Below",'Progress Data'!G2:G100)), MATCH(ROW('Progress Data'!G2:G100), ROW('Progress Data'!G2:G100)), ""), ROWS('Progress Data'!$A$1:A1))), "")
Which works perfectly, except I want to make it so the array returns based on cells that say either 'Below Expectation' or 'Significantly Below Expectation'. Currently it only returns based on cells that return 'Below Expectation'
I've tried a wildcard for Below and including Or in the formula, but to no avail. I'm pretty sure someone way better at this than me will see where I've gone wrong in 2 second. Any ideas?
Many thanks,