M
Miree
i have the formula,
=IF(F21="","",INDEX(Densities!O,MATCH(F21,Densities!O:O,0),2))
This returns #N/A if the F21 string can not be found
It there anyway to get it to return 0 or empty insstead?
=IF(F21="","",INDEX(Densities!O,MATCH(F21,Densities!O:O,0),2))
This returns #N/A if the F21 string can not be found
It there anyway to get it to return 0 or empty insstead?