#N/A! to be blank please.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello from Steved

if no value it is returning a #N/A! please how to I have the cell blank
I know it is iserror but not to shore how to go about putingit in the below
formula.

=VLOOKUP(D6,$U$2:$Y$2000,5,FALSE)

Thankyou
 
Hello from Steved

While waiting I took a look at other posts andf came up with the below.

=IF(ISNA(VLOOKUP(D6,$U$2:$Y$2000,5,FALSE)),"",VLOOKUP(D6,$U$2:$Y$2000,5,FALSE))

Thankyou.
 

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

Back
Top