View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ms MIS
 
Posts: n/a
Default If Statements - Multiple formulae

I have a worksheet with 5 columns (A-E)
I want to create a formula in column E to do the following;

If column A = SJN and column C = SJN
Then output B+D
Else If column A = SJN and column C < SJN
Then output B
Else If column A<SJN and column C = SJN
Then output D

Can anyone help me?
Thanks.