Gathering information from another sheet, if information not on that sheet, gathering from another
I am trying to figure out a formula that will allow for me to gather information from multiple sheets (not a sum). We have multiple logs (one for each year) and i am trying to link all of this data to one sheet so it needs to look at multiple sheets for the information. I am currently only linked to one log and this is the formula that i am using:
=IFERROR(INDEX(COLLECT({Quote Log 2024 Quote Status}, {Quote Log 2024 LCI Quote #}, @cell = [Quote Number]@row), 1), "")
Is it possible to also link this to a 2023 Log and then eventually to a 2025 log?
Thank you in advance for any assistance.
Answers
-
Hi, @Mallory N , yes can nest multiple IFERROR() functions. In this case:
IFERROR(expression_for_2024_Log, IFERROR(expression_for_2023_Log, IFERROR(expression_for_2025_Log, "")))
Cheers!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!