E
Esther
I have the following problem in combining the data in 2 or more sheets. Currently, is using the 2 windows to compare, add row if needed and cut/paste.
E.g. (Sheet 1)
customer jan feb mar
a 4 5
b 3 2
c 3 1 3
(Sheet 2)
customer apr
a 4
aa 3
c 1
d 3
I hope to combine them into another sheet which will show as follows :
customer jan feb mar apr
a 4 5 4
aa 3
b 3 2
c 3 1 3 1
d 3
Is there a better way as the database is getting bigger? Thanks.
E.g. (Sheet 1)
customer jan feb mar
a 4 5
b 3 2
c 3 1 3
(Sheet 2)
customer apr
a 4
aa 3
c 1
d 3
I hope to combine them into another sheet which will show as follows :
customer jan feb mar apr
a 4 5 4
aa 3
b 3 2
c 3 1 3 1
d 3
Is there a better way as the database is getting bigger? Thanks.