rustynailed
Board Regular
- Joined
- Sep 29, 2008
- Messages
- 64
Hi there
I'm attempt to create an argument based on 2 criteria
I have these 2 argument working. what I want to do is combine them together so they are one single argument. Can anyone assist?
=IF(AND(L2 <>"monthly", S2 <2), "Completion Letter", "Insufficient Letter")
=IF(AND(L2 <>"fortnightly", S2 <4), "Completion Letter", "Insufficient Letter")
I'm attempt to create an argument based on 2 criteria
I have these 2 argument working. what I want to do is combine them together so they are one single argument. Can anyone assist?
=IF(AND(L2 <>"monthly", S2 <2), "Completion Letter", "Insufficient Letter")
=IF(AND(L2 <>"fortnightly", S2 <4), "Completion Letter", "Insufficient Letter")