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
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!