Started By
Message

re: Excel Nested IF Statement Help Needed

Posted on 6/27/20 at 3:17 pm to
Posted by LSU
Houston
Member since Oct 2003
8845 posts
Posted on 6/27/20 at 3:17 pm to
I have Office Professional Plus 16. However, the IFS function is not available in this version of Excel. I actually read about IFS prior to posting on TD & was surprised to learn IFS is not in my version for some reason.
This post was edited on 6/27/20 at 3:18 pm
Posted by TDawg1313
WA
Member since Jul 2009
12312 posts
Posted on 6/27/20 at 5:16 pm to
I guess it's not too complicated to switch it to the nested IF statement rather than using IFS. Just need to modify it a bit.

This is the same formula as above, but not using IFS.

=if(AND(A1>=0,A1<=6),15,
if(AND(A1>6,A1<=16),15+1.25*(A1-6),
if(AND(A1>16,A1<=26),27.5+1.5*(A1-16),
if(AND(A1>26,A1<=36),42.5+1.75*(A1-26),
if(A1>36,60+2*(A1-36),0)))))
This post was edited on 6/27/20 at 5:52 pm
first pageprev pagePage 1 of 1Next pagelast page
refresh

Back to top
logoFollow TigerDroppings for LSU Football News
Follow us on Twitter, Facebook and Instagram to get the latest updates on LSU Football and Recruiting.

FacebookTwitterInstagram