How to pull in MAX Date based for "Charter Approved" and "Project Baselined" when they are 100%?
Hey folks,
I'm looking to pull in the MAX Date for when:
• Charter Approved is Dated and 100% Complete
• Project Baselined is Dated and 100% Complete
For the screenshot below, the date pulled in should be 10/05/2021
I'm not sure if it matters but the formula is going into a Text cell.
Thank you!
Answers
-
You might run into a hiccup here because using the MAX formula for a date requires that the result be entered in a Date field. You can see that in the usage notes here:
Usage Notes
- When referencing dates, you must use MAX in a Date column. See Column Types for more information on Date columns.
The formula you're looking for should be an IF/AND statement, I think. Something like:
=IF(AND([Percent Complete]5 = 1, [Percent Complete]9 = 1), MAX([Start Date]:[Start Date]))
Where 5 and 9 are the row numbers for the Charter Approved and Project Baseline rows respectively.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!