Pulling Cells Information by Date into Sheet Summary
Hi All,
I'm pretty new at Smartsheet and I'm getting the hang of it, but I'm stuck on this one. What formula can I use to pull in any Location name that has a "Live Date" within 2 weeks of today's date?
Here's my table:
Any help would be greatly appreciated!
Best Answer
-
You would use a JOIN/COLLECT.
=JOIN(COLLECT(Location:Loaction, [Live Date]:[Live Date], AND(@cell>= TODAY(), @cell<= TODAY(14))), CHAR(10))
Answers
-
Would something like this help?
=IF(AND([Live Date]@row >= TODAY(), [Live Date]@row <= TODAY(14)), 1, 0)
Hope this helps and that you have a great day,
Jason Albrecht MBA, MBus(AppFin), DipFinMgt
LinkedIn profile - Open to work
-
Hi @Jason Albrecht !
Yes, that setup would work within the sheet, but I forgot to mention that I'm trying to pull the location name(s) into my sheet summary. Is that even possible?
Thanks,
Karla
-
You would use a JOIN/COLLECT.
=JOIN(COLLECT(Location:Loaction, [Live Date]:[Live Date], AND(@cell>= TODAY(), @cell<= TODAY(14))), CHAR(10))
-
Thank you, @Paul Newcome ! That worked beautifully.
Now, what if I want to combine =JOIN(COLLECT(Location:Location, [Live Date]:[Live Date], AND(@cell >= TODAY(), @cell <= TODAY(14))), CHAR(10))
and
=JOIN(COLLECT([Live Date]:[Live Date], [Live Date]:[Live Date], AND(@cell >= TODAY(), @cell <= TODAY(14))), CHAR(10))
so that I'm pulling the locations and corresponding live dates for anything in the next 14 days? Is it possible?
-
You would need to insert a helper column that combines the location and date on each row and then use the JOIN/COLLECT on this new column.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!