Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Worksheet Functions
Too many IF functions
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="GHall, post: 13490387"] I know there is a limit on how many nested IF functions a formula can have, but is there a "work-around" for this? Here is my example: =IF(D33<='Leave tracker FY10'!C4,'Leave tracker FY10'!C5,IF(D33<='Leave tracker FY10'!D4,'Leave tracker FY10'!D5,IF('Leave Map'!D33<='Leave tracker FY10'!E4,'Leave tracker FY10'!E5,IF(D33<='Leave tracker FY10'!F4,'Leave tracker FY10'!F5,IF(D33<='Leave tracker FY10'!G4,'Leave tracker FY10'!G5,IF(D33<='Leave tracker FY10'!H4,'Leave tracker FY10'!H5,IF(D33<='Leave tracker FY10'!I4,'Leave tracker FY10'!I5,IF(D33<='Leave tracker FY10'!J4,'Leave tracker FY10'!J5,)))))))) But I need to add in the last 3 months. Looking to compare todays date (D33) to a specific date in each month ('Leave tracker FY10'!C4) to reveal the amount of vacation time(tracker FY10'!C5) someone has. The above mess works for the first 9 months, but to add in the last 3 months it fails, saying I have too many nested IF's. Not sure I can use VLOOKUP as the date falls into a range. I'm using Excel 2007. [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Worksheet Functions
Too many IF functions
Top