R
Ray
I have the following formula
IF(N3="research","FMR",IF(N3="Sub Project",0,VLOOKUP
(N3,Balance,5,FALSE)))
My problem is the lookup table does not have every answer
and I get the #NA result. I know that in that case the
result is 0. How do I modify this formula to change #na to
0 ?
TIA
ray
IF(N3="research","FMR",IF(N3="Sub Project",0,VLOOKUP
(N3,Balance,5,FALSE)))
My problem is the lookup table does not have every answer
and I get the #NA result. I know that in that case the
result is 0. How do I modify this formula to change #na to
0 ?
TIA
ray