View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Chris T-M Chris T-M is offline
external usenet poster
 
Posts: 43
Default Nested IF, reports incorrectly, can't find anything like it to

Duh! Thank you very much.

Now if I can just simplify 21 nested IF statements into 7 I'll be set.

"Michael" wrote:

Try this:
=IF(OR(I54=2,I54=3,I54=4),"Low","")
--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"Chris T-M" wrote:

I've boiled down a problem Function to the following statement:
=IF(I54=OR(2,3,4),"Low","")
I54 = 2
Function returns ""