Hi to all,
=if(k1="w","no",vlookup(k1,e3:e13,1,0))
this formula works for me but if k1 is blank then it must me blank also i try to figured out for my self but its not coming
can any one tell me ?
Thanks in advance.....
Mjr![]()
Hi to all,
=if(k1="w","no",vlookup(k1,e3:e13,1,0))
this formula works for me but if k1 is blank then it must me blank also i try to figured out for my self but its not coming
can any one tell me ?
Thanks in advance.....
Mjr![]()
Did you try this?
=IF(K1="","",if(k1="w","no",vlookup(k1,e3:e13,1,0)))
Hope this helps.
Pete
=vlookup(k1,e3:e13,1,0) wont that return either #n/a or whatever is in k1?
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
How about this?
=IF(K1="w","no",IF(ISERROR(VLOOKUP(K1,E3:E13,1,0))," "))
Regards
RB
=IF(K1="w","no",IF(countif(E3:E13,k1),k1,"")
Well, the OP said originally that:
and just wanted to cope with spaces - clearly, it didn't work very well.this formula works for me
Pete
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks