The following formula works to diagnose cell B4:
=VLOOKUP(RIGHT(B4, LEN(B4)-IF(LEFT(B4, 1) = "@", 1, 0)), $A$42:$N$74, MATCH($B$1, $A$42:$M$42, 0), FALSE)<=$D$1
What I am looking to do, is create an array formula that will check not only B4, but every cell in B4:Q4 and tell me how many meet the criteria. I am assuming that this will be a COUNTIF, but I suppose it could be SUMPRODUCT or something else.
I'm using xl2003 (sadly)
Thanks to anyone who can help!
=VLOOKUP(RIGHT(B4, LEN(B4)-IF(LEFT(B4, 1) = "@", 1, 0)), $A$42:$N$74, MATCH($B$1, $A$42:$M$42, 0), FALSE)<=$D$1
What I am looking to do, is create an array formula that will check not only B4, but every cell in B4:Q4 and tell me how many meet the criteria. I am assuming that this will be a COUNTIF, but I suppose it could be SUMPRODUCT or something else.
I'm using xl2003 (sadly)
Thanks to anyone who can help!
Last edited: