#NA

D

daidipya

I am using a Vlookup command and getting a #NA error, instead i want
the value 0. i know that there is a if(isna(vlookup....0) formulae but
i have three vlookup in the same cell so it is becoming next to
impossible to use that command . is there any way out.

daidipya
 
B

Bob Phillips

You could use conditional formatting with a formula of =ISNA(A1) (change the
cell to suit)(, and set the font colour to white.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
D

daidipya

the formulae is as follows:

=MAX(IF(ISNA(VLOOKUP(B8,'input-assumptions'!$C$11:$G$24,3,TRUE)),0,(VLOOKUP(B8,'input-assumptions'!$C$11:$G$24,3,TRUE))),IF(ISNA((VLOOKUP(B8,'input-assumptions'!$B$29:$E$38,2,FALSE))),0,(VLOOKUP(B8,'input-assumptions'!$B$29:$E$38,2,FALSE))))
 

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

Similar Threads


Top