I need to do an IF statement or something similar that can check for 4 condition if they all fail, display an error message
In cell A1 there is a list with values "1 Day" and "3 Day"
In cell A2 there is a list with values "Large" and "Small"
What i would like to check is these conditions:
A1 = 1 Day, A2 = Large
A1 = 1 Day, A2 = Small
A1 = 3 Day, A2 = Large
A1 = 3 Day, A2 = Small
I have a 2D lookups which will give me the value i want based on those conditions, i just need to know how to do an IF or whatever which will let me check all those condtions.
Any help appreciated
In cell A1 there is a list with values "1 Day" and "3 Day"
In cell A2 there is a list with values "Large" and "Small"
What i would like to check is these conditions:
A1 = 1 Day, A2 = Large
A1 = 1 Day, A2 = Small
A1 = 3 Day, A2 = Large
A1 = 3 Day, A2 = Small
I have a 2D lookups which will give me the value i want based on those conditions, i just need to know how to do an IF or whatever which will let me check all those condtions.
Any help appreciated