Hello - I have several budget sheets that use an "index/collect" formula to grab information from a master data sheet. However, we are now moving some rows from the master data sheet to an archived master data sheet. Once that row is moved, all of the index/collect cells are broken since the original row with the data is gone.
I'd like to know if I can set up an index/collect formula to search 2 sheets instead of one. There will never be duplicates of the data we are indexing. Each unique combination will be on one of two sheets - the original or the archive.
Here's the formula:
=INDEX(COLLECT({All Programs - AY}, {All Programs - Title}, [Program Name]#, {All Programs - Calendar Year}, [Calendar Year]#, {All Programs - Term}, Term#), 1)
I'd like to have it index and collect the same info (AY, Title, Calendar Year, Term) but use 2 different source sheets instead of one. Is it possible?
Thanks to anyone who might have ideas!