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
- 64.8K Get Help
- 437 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!