View Single Post
 
Old 01-21-2025, 08:11 AM
ArviLaanemets ArviLaanemets is online now Windows 8 Office 2016
Expert
 
Join Date: May 2017
Posts: 949
ArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant future
Default

I'd probably use a report workbook with queries on hidden pages.
1st query gets PropertyID's plus any other data you need from both spreadsheets where PropertyID in both of them is present, and any of other fields was different, plus comment field composed;
2nd query gets PropertyID's plus any other data from 1st spreadsheet where PropertyID in second one was missing, plus additional comment field;
3nd query gets PropertyID's plus any other data from 2nd spreadsheet where PropertyID in first one was missing, plus additional Comment field.

NB! All 3 queries must return the same number of fields!

Now you create a report sheet, with uses UNION query to read info form 3 hidden ones, ordered by PropertiID.
Reply With Quote