View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
W Wolfe W Wolfe is offline
external usenet poster
 
Posts: 5
Default Embedded OR, AND statements in an IF structure

I need to write a function that goes as follows:

IF A or B C, Then A1 = 500, Else IF D and E and F 200, the A1= 200, Else
A1 = 100. Any suggestions?

Also - Is there a function that returns the value of e?
--
Thanks,

WW