#NA as zero value

G

Guest

Hi.. Help needed urgently
In Sheet 1, i used VLOOKUP to find a specific GL code for value in Sheet 2.
Due to that GL code in Sheet 1 that i have specified was not reflected in
Sheet 2, the VLOOKUP formula generate an #NA. Is there any formula that can
change #NA to zero value. So that i can do my calculation and summation for
my Sheet 1.

Would appreciate for your kind assistance...
 
P

Peo Sjoblom

One way

=IF(ISNUMBER(MATCH(H1,A2:A50,0)),VLOOKUP(H1,A2:C50,3,0),0)

--
Regards,

Peo Sjoblom

(No private emails please)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top