SOMEONE CAN HELP ?

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

Guest

i still have an error in following formula in --> ;""; place

thanks/tufail

Hi Tufail,

This is how i get round it
=if(iserr(VLOOKUP(B1,IF(C1>0,Exp2,Exp),2,);"";VLOOKUP(B1,IF(C1>0,Exp2,Exp),2,))

There are probably better solutions but using IF and ISERR was the first I
came across when I was looking.

Hope it helps
 
try -

=IF(ISERROR(VLOOKUP(B1,IF(C1>0,Exp2,Exp),2,)),"
",(VLOOKUP(B1,IF(C1>0,Exp2,Exp),2,)))
 

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


Back
Top