Need help calculating number of credits with multiple AND and OR functions
mariahneu
✭✭✭✭
Logic I am trying to achieve is above and the formula that is returning an #UNPARSEABLE error is above, too.
I'll need to repeat this formula for each of the months, so I'll just replace the 1's with 2's or 3's or 4's, etc. depending on the month column.
Thanks!
Tags:
Best Answer
-
Try this:
IF(AND([Start year]@row = [End Year]@row, {Start Month]@row = 1, [End Month]@row = 1), 1, IF(AND(OR([Start Month]@row = 1, [End Month]@row = 1), [Start Month]@row <> [End Month]@row)), .5, 0))
Answers
-
Try this:
IF(AND([Start year]@row = [End Year]@row, {Start Month]@row = 1, [End Month]@row = 1), 1, IF(AND(OR([Start Month]@row = 1, [End Month]@row = 1), [Start Month]@row <> [End Month]@row)), .5, 0))
-
It worked! Thank you!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 435 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!