How match a value from a second sheet to a correlated date
I have two sheets, a primary sheet and a second sheet I'm using as a metric sheet.
Sheet 1 (Primary sheet)
Sheet 2 (Metric sheet)
Some background. The first sheet uses a formula in the "Next Action Item Column" =IF([Year of Project]@row = "1st year", MIN(COLLECT({Key Dates (AC)}, {Key Dates (AC)}, ISDATE(@cell), {Key Dates (AC)}, @cell >= TODAY(), {Key Dates (AC)}, <=TODAY(5))), IF([Year of Project]@row = "2nd year", MIN(COLLECT({Key Dates (AC2)}, {Key Dates (AC2)}, ISDATE(@cell), {Key Dates (AC2)}, @cell > TODAY())))). The formula looks at the "Year of Project" column in Sheet one and then pulls the data from the metric sheet (sheet 2) and effectively posts that value in the "Next Action Item Date" Column, and works just fine.
Now what I'm trying to do is take the type of update, as seen in sheet 2 i.e., "1st year: Type of Update" column, and have that value populate in the "Next Action Item" column on sheet one matching the date. I'm some what lost as to the best approach, whether that be a vlookup or a match formula.
Answers
-
For anyone interested I had used this formula =INDEX({1st yr - Update}, MATCH([Next Action Item Date]@row, {Key Dates (AC)}, 0)) and it had solved my problem
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!