VLookup or not
Im working on a scrum dashboard and want to show the actual sprint name.
The Sprint Name (e.g. Sprint 01, Sprint 02...) is in the primary column at Level 2 (task at Level 3 and Release at Level 1). I have a column with the status ("Do", "Doing", "Done") and only one Sprint can be in the "Doing" status.
On my metrics sheet I can to calculate a cell which give me the name of the sprint which is in Diong and later on the dashboard I will use this cell to show the text "Sprint 01".
Any thoughts?
regards
Dietmar
Comments
-
I suggest an INDEX/MATCH. It works provides the same results as a VLOOKUP but is much more flexible. Try something along these lines...
=INDEX({Main Sheet Primary Column}, MATCH("Doing", {Main Sheet Status Column}, 0))
-
Hi Paul,
that looks good. The only thing i need to consider that I only want the results on level 2 (Sprint 01) . In the moment I get the result of Level 1 (Release 01) which is the parent of Sprint 01.
Can I add a second Match()?
regards
Dietmar
-
Are you able to post a screenshot?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.8K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!