Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Combine 2 IF formulas
Samad
✭
Hi,
Can someone help me with combining these 2 formulas?
=IF(MONTH([Date Raised]12) = MONTH([Date Raised]1), "Yes", "No")
and
=IF(YEAR([Date Raised]12) = YEAR([Date Raised]1), "Yes", "No")
Regards,
Samad
Tags:
Comments
-
If you want both to be true, you can use the AND() function.
=IF(AND(MONTH([Date Raised]12) = MONTH([Date Raised]1),YEAR([Date Raised]12) = YEAR([Date Raised]1)), "Yes", "No")
Formatted another way:
=IF(
AND(
MONTH([Date Raised]12) = MONTH([Date Raised]1),
YEAR([Date Raised]12) = YEAR([Date Raised]1)
),
"Yes", "No"
)
This discussion has been closed.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.6K Get Help
- 405 Global Discussions
- 215 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives