I am tracking paid advertising key performing metrics on both Google & Facebook ads platforms on two separate Google Sheets, however, I'd like to combine both datas collected into one master sheet. So far, here's what I have gotten:
={IMPORTRANGE("https://docs.google.com/spreadsheets/d/1kOm1N64gZ08WHCWBH0wXnm0phGxmTxeWf_U4ovLrwUU/edit#gid=1811166264","Oct 2023!B2:AQ2");IMPORTRANGE("https://docs.google.com/spreadsheets/d/18eLmAq-E-qIIHursMhZKIuJz-5vGsNcwhR6yjRdQnGM/edit#gid=1397524782","Oct 2023!B2:AQ2")}
The issue I'm running into now is that it is creating two seperate rows in my Master Google sheet, when in reality I need the data summed together inside of 1 row.
Any help would be much appreciated!