dgavilanes
Member
Here is my if statemet, but not quiet right yet
=IF($B4:$B26=$B31:$B86,D4,IF(FALSE,D4="(blank)",NA()))
B4:B26 values go from 1 to 26
B31:B86 values go from 1 to 56
What I'm looking for:
if the value between B4 to B26 is equal to a matching value between B31 and B86 then use the current value in cell D4.If D4 is false then show as an #NA.
Hope it makes sense
Dennis
=IF($B4:$B26=$B31:$B86,D4,IF(FALSE,D4="(blank)",NA()))
B4:B26 values go from 1 to 26
B31:B86 values go from 1 to 56
What I'm looking for:
if the value between B4 to B26 is equal to a matching value between B31 and B86 then use the current value in cell D4.If D4 is false then show as an #NA.
Hope it makes sense
Dennis