Is there a formula to calculate 60 days from " date column 2" only if "date column 1" is blank?
Best Answer
-
If I understand the situation correctly, below should be the formula. If you want to add days to the Trustee Sale Date, you could add that to the end of the formula.
Answers
-
Maybe try this:
=IF([Column1]@row = "", [Column2]@row + 60, "")
It means: If Column1 is blank, add 60 days to Column2 and show that date, otherwise show blank.
I hope that helps.
Matt
-
@Matt Johnson Thank you so much for your reply, the formula worked. But what we are trying to do with this sheet is to set up automations to alert people when the follow up date is reached. This is were we would need a formula that would recognize if blank if ‘Trustee Sale Date’ column, then 60 day follow up from the NOD column AND if there is a date in the Trustee Sale date column, then only read that column + days to = the follow up date.
Is that possible?
-
If I understand the situation correctly, below should be the formula. If you want to add days to the Trustee Sale Date, you could add that to the end of the formula.
-
That's what I was looking for. It works now, Thank you so much for helping me with it @Matt Johnson
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!