Date selection
Hi,
I have 2 dates columns. 1st is original date of delivery and 2nd is revised date of delivery.
1st column is always filled whereas we only fill 2nd column if their is a revised date.
Revised can be before or after original date of delivery.
How can I pick the revised date? I tried Max but it is picking latest date whereas revised date is now before original date.
Manpreet
Best Answer
-
Hi,
Try a variation of this using your column names.
=IF(ISDATE(Revised@row), Revised@row, Original@row)
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Hi,
Try a variation of this using your column names.
=IF(ISDATE(Revised@row), Revised@row, Original@row)
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Thanks Mark,
I also used similar formula in different way.
=IF([Revised Delivery Date (Current Plan)]@row = "", [Agreed Upon Delivery Date (Original)]@row, [Revised Delivery Date (Current Plan)]@row)
Manpreet
-
Excellent. Glad you found a solution. Thank you for contributing to the Community.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 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