Form with formula INDEX/MATCH
Hello!
I'm trying to see if this is possible. I'm creating a calibration form, but I'd like a specific task duration to be tied to each item, which then populates the due date.
For example:
- Each piece of equipment has a set duration (ie. 365 days). This would be hidden on the form sheet.
- Once a user submits the form, I'd like the form sheet to link the duration from an intake sheet, and that would determine a due/completion date
Is that possible with a formula and a INDEX/MATCH look up? Thank you!
Answers
-
Hello Claire,
Yes, this is possible with an INDEX(MATCH! The way I would do this is to have a second, separate sheet that is just the chart for each Item & its number of days.
Then you wouldn't include the field in the form at all, but instead have the Index Match in your sheet using cross sheet references. An INDEX(MATCH works like this:
=INDEX({Column with value to return}, MATCH([Value to match]@row, {Column with value to match in the other sheet}))
Now, the only thing is, this couldn't be linked to your Project Settings or Gantt Chart, since the Dependency column in Gantt charts is unable to retain a formula. However, you could update a regular Date column to find out the finish date, by adding the number to another date column (either a Start Date column that was filled out in the form, or a System Created Date column that shows when the row was created).
This would just be [Created Date]@row + Requirements@row
I would suggest just having the number in your Duration column, without the "d", so that you can add it easier to the Created Date. You can read more about adding days to dates in our Help Center (here).
Let me know if this makes sense, or if you have any questions!
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
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
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!