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
- 64K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 140 Just for fun
- 57 Community Job Board
- 460 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!