Auto Date Calculation/Auto Fill Date
Hello, I would like the "Referral Bonus Payout Date" to return a date that is 90 days out from today once the "Referral Bonus Amount" and "Referred By" fields are filled in. Is it possible? Please advise. Thank you!
Best Answer
-
Sure thing:
=IF(AND([Referral Bonus Amount]@row > 0, [Referred By]@row > “”), [Start Date]@row + 90)
Answers
-
Looking for formulas to input into the Referral Bonus Payout Date column.
-
I think this will do the trick:
=IF(AND([Referral Bonus Amount]@row > 0, [Referred By]@row > “”), TODAY(90))
-
Hello @David Tutwiler, thank you so much for the help! It worked wonders. Just a quick addition, say I added a "Start Date" column, how can I change the formula to count the 90 days from the start date?
Example:
-
Sure thing:
=IF(AND([Referral Bonus Amount]@row > 0, [Referred By]@row > “”), [Start Date]@row + 90)
-
@David Tutwiler - Thank you so much for the help, I have learned a few things around here. I appreciate your time!
-
No problem. Glad it's working.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!