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
|