Summary Sheet Symbols and Projection Question
Hi, I am trying to do a few things.
First, I would like to pull symbols into the Sheet Summary based on the following criteria:
- Most Recent Entry for Site A.
- Pull symbol from the "▲ ▼" column.
Second, pull the...
- Most Recent entry for Site A.
- Pull symbol from the "Status of Goal" column to sheet summary.
Lastly, I would like calculate "the number of weeks" before the goal is reached based on the following criteria:
- Using the weekly "Intake Size" (i.e. Site A = 12)
- How long would it take to meet the "Goal to Reach" (i.e. Site A = 345)
- If the weekly turnover rate of 3%
Link to Smartsheet: https://app.smartsheet.com/b/publish?EQBCT=573c191bfe014a77898ac0eebadb2a83
Thank you in advance 🙌
Amy
Best Answer
-
Direction: =INDEX(COLLECT([▲ ▼]:[▲ ▼], Site:Site, @cell = "Site A", [Most Recent]:[Most Recent], @cell = 1), 1)
Status: =INDEX(COLLECT([Status of Goal]:[Status of Goal], Site:Site, @cell = "Site A", [Most Recent]:[Most Recent], @cell = 1), 1)
Answers
-
Direction: =INDEX(COLLECT([▲ ▼]:[▲ ▼], Site:Site, @cell = "Site A", [Most Recent]:[Most Recent], @cell = 1), 1)
Status: =INDEX(COLLECT([Status of Goal]:[Status of Goal], Site:Site, @cell = "Site A", [Most Recent]:[Most Recent], @cell = 1), 1)
-
@Leibel Shuchat those formulas worked perfectly, thank you! 🙌
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
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!