multiple possible result in one cell...

  • Thread starter Thread starter doudou
  • Start date Start date
D

doudou

Hi,
In a IF function, I want to do something like this::confused:
IF(D476="s OR v OR v1 OR vp OR h";tab!$B$8;tab!$B$9))
So, for certains results, it has to retrieve a data, for the others
another one.
Thanks for your help...
 
Hi!

Try this:

=IF(OR(D476={"s","v","v1","vp","h"}),tab!$B$8,tab!$B$9)

Replace the commas with semicolons if that's what you use as separator in
your version of Excel.

Biff
 

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