lttardif73
New Member
- Joined
- Feb 23, 2016
- Messages
- 3
Hello,
Appreciate any pointers/guidance why my multi-conditional formula in excel is not working in the below example.
Criteria
a. GA < today < EOL : Available, supported
b. EOL < today < EOSL : Not available, supported
c. Today >= EOSL : Not available, not supported
Sample data set
B1 = Today's Date = 2/23/2016
B4= GA = 4/1/2011
E4 = EOL = 1/19/2015
G4 = EOSL = 6/30/2020
Multi-Conditional Formula I created:-
=IF(AND(B4<$B$1<F4),"Available, supported",IF(AND(E4<$B$1<G4),"Not avaliable, supported",IF(AND($B$1>=G4),"Not available, not supported","ERROR")))
Result = ERROR (which is incorrect). Using the formula with the sample data set, my correct result should be 'Not available, supported'.
Can anyone share where my formula logic is not working? I've tried office support, your Excel Questions forum, google, bing, etc and still failing.
I greatly appreciate any help. Thanks much in advance!
Respectfully,
Excel Learner
Appreciate any pointers/guidance why my multi-conditional formula in excel is not working in the below example.
Criteria
a. GA < today < EOL : Available, supported
b. EOL < today < EOSL : Not available, supported
c. Today >= EOSL : Not available, not supported
Sample data set
B1 = Today's Date = 2/23/2016
B4= GA = 4/1/2011
E4 = EOL = 1/19/2015
G4 = EOSL = 6/30/2020
Multi-Conditional Formula I created:-
=IF(AND(B4<$B$1<F4),"Available, supported",IF(AND(E4<$B$1<G4),"Not avaliable, supported",IF(AND($B$1>=G4),"Not available, not supported","ERROR")))
Result = ERROR (which is incorrect). Using the formula with the sample data set, my correct result should be 'Not available, supported'.
Can anyone share where my formula logic is not working? I've tried office support, your Excel Questions forum, google, bing, etc and still failing.
I greatly appreciate any help. Thanks much in advance!
Respectfully,
Excel Learner