Two way data exchange?

deLockloire

Board Regular
Joined
Apr 4, 2008
Messages
123
Office Version
  1. 365
Platform
  1. Windows
Hi all,

I'd like some advice on how to achieve something in excel. We have an NGO operation in 12 countries. All of these are required to report their activities in an excel sheet. Which means we have 12 excel sheets with the same structure where they only need to fill in the columns in bold (i.e., activity data). Something like this:

Unique IDActivity Data 1Activity Data 2Activity Data3Activity Data4Notes

The Unique ID is generated by a formula, and this is an excel table. Now here is the tricky part which I need some help with. We grab all data from the 12 files, and append them into one central table except for the last column (Notes). HQ operates this central file. What I'd like to achieve is that in the central table (which looks like this, since that is, after all, just an appended version of all these local tables), if HQ writes something to the column Notes, for a specific activity, 1) it should appear in the table of the local branch's table AND 2) the notes should stay in the row of the activity it was meant for.

I know it's always wonky when trying to do these two way data exchanges, but we achieve the 1) by doing a power query from the central file to the local file with only the unique id and the notes, and then in the local activity table, we just do an xlookup for the notes. This works alright. However, what does not work is 2). Currently, if HQ writes something in notes, it tends to shift rows as new items appear in the 12 local activity table because when data are appended, activities will shift down. Any way to make the notes column stick to the row it was meant for or any other ideas how we could set this up properly?

Regards,
deL
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"

Forum statistics

Threads
1,226,113
Messages
6,189,048
Members
453,522
Latest member
Seeker2025

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top