I am trying to search for a date if there is a matching address in one sheet and if it is not on that sheet, checking to see if that date and associated address are in a seperate sheet. the two sheets I am referencing work together through auto archives. the current formula that is written is;
=IF((INDEX({On Lot Const. Install Archive Tree Install Ref}, MATCH(Address@row, {On Lot Address Archive Ref}),0)>0),(Index{On Lot Const. Install Archive Tree Install Ref}, MATCH(Address@row, {On Lot Address Archive Ref}),0),IF((Index({Current On Lot Tree Install Ref},Match(Address@row,{On Lot Address Ref},0))>0),(Index({Current On Lot Tree Install Ref},Match(Address@row,{On Lot Address Ref},0))),"No Date"))
If the address matches, there should be a value either on the first sheet or the archive sheet.