Hi,
I want to merge data from two sheets (Sheet2 and Sheet3) into one master sheet (Master).
My current formula for copying the data from only Sheet2 into the Master sheet is:
=IF($Sheet2.A2<>"";$Sheet2.A2;"")
Now I got a new Sheet3 where I want to copy this data into the Master sheet too.
But how can I do that?
Also I want to be able to add entries into Sheet2 and Sheet3 after the merge was done, so that it is done again. Not sure if this is clear, but I want it to be done not only once but every time I enter new data into the Sheet2 and Sheet3.
It does not matter to me how the data is sorted in the Master sheet as I can sort by a different column afterwards.
Attached is an example document.
Thank you very much in advance for your help!
merge.ods (9.2 KB)