Formula help needed
I need track what cylinder haven't been filled for over a year. On one sheet we track when cylinders are filled or transferred to different locations. I need to build a formula which will track the most current date when each cylinder was "refilled" or "Refilled and transferred to". Is there a way to use index match with ifs?
Any help would be appreciated
Thanks in advance
Answers
-
Hi @Troy Bjelland,
You can avoid using INDEX/MATCH on this by going with MAX & COLLECT:
=MAX(COLLECT({Cylinder Log Range Date}, {Cylinder Log Cylinder ID}, [Cylinder ID]@row, {Cylinder Log Service Completed}, "Refilled"), COLLECT({Cylinder Log Range Date}, {Cylinder Log Cylinder ID}, [Cylinder ID]@row, {Cylinder Log Service Completed}, "Refill and transferred to"))
Sample data:
Output:
Hopefully the cross sheet range references etc. are straightforward enough to understand, but if you've any questions etc. then just ask! 😊
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!