Is there a best practice formula to use for this scenario?

I'm attempting to grab the value circled below on a daily basis and feed into in a master spreadsheet. I'm using a MAX formula in the latest record to help me capture the relevant record.
It would feed into this spot in my other spreadsheet
My thought is to do a formula to say if latest record is checked, grab value in "Batch 1 FL QC Review Complete (Docs)" row and feed it to my master spreadsheet. I'm just having a hard time with my testing and can't seem to get it right. Any ideas?
Best Answer
-
You would use an INDEX/MATCH.
=INDEX({Range To Pull}, MATCH(true, {Checkbox Range}, 0))
Answers
-
@Paul Newcome you've been extremely helpful before if you have any thoughts?
-
You would use an INDEX/MATCH.
=INDEX({Range To Pull}, MATCH(true, {Checkbox Range}, 0))
-
@Paul Newcome that worked. Thank you so much!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.2K Get Help
- 430 Global Discussions
- 150 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 500 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!