Nested Formulas
Hi, I am counting the number of days in a calendar month, my formula works until I get to August. Am I missing something or is there a limit on how formulas I can nest? Thanks
Here's my nested formula…
=IF(AND([Property Related Tasks?]@row = "Yes", [Log Month]@row = "January"), "31", IF(AND([Property Related Tasks?]@row = "Yes", [Log Month]@row = "February"), "28", IF(AND([Property Related Tasks?]@row = "Yes", [Log Month]@row = "March"), "31", IF(AND([Property Related Tasks?]@row = "Yes", [Log Month]@row = "April"), "30", IF(AND([Property Related Tasks?]@row = "Yes", [Log Month]@row = "May"), "31",
IF(AND([Property Related Tasks?]@row = "Yes", [Log Month]@row = "June"), "30",
IF(AND([Property Related Tasks?]@row = "Yes", [Log Month]@row = "July"), "31", "NA")))))))
Answers
-
Hey @rodel.policarpio,
What error are you getting? There's a 4000 character count limit for a cell, and you're only at 571 so you should be fine.
If my response was helpful in any way (or answered your question) please be sure to upvote it, mark it as awesome, or mark it as the accepted answer!
I'm always looking to connect with other industry professionals, feel free to connect with me on LinkedIn as well!
-
Not sure what happened, but it works now. Maybe I just needed to refresh the browser or maybe a computer reboot. Thanks for the feedback, though. And good to know the character limit. Have a good day.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!