A
ayl322
i'm comparing 2 sheets, the previous day data and the current day data.
if i have in sheet1(previous day):
customerA 1
customerB 2
customerC 1
customerD 4
customerE 3
and in sheet2(current day):
customerA 2
customerB 1
customerC 4
customerD 4
customerG 1
in sheet3, i would like a list of all the customers and the differenc
of the amount between previous day and current day.
if a customer is not included in one of the sheets, it should stil
show up in sheet3.
customerA 1
customerB -1
customerC 3
customerD 0
customerE -3
customerG 1
do i need to write a macro for this? any help would be appreciated.
Thanks
if i have in sheet1(previous day):
customerA 1
customerB 2
customerC 1
customerD 4
customerE 3
and in sheet2(current day):
customerA 2
customerB 1
customerC 4
customerD 4
customerG 1
in sheet3, i would like a list of all the customers and the differenc
of the amount between previous day and current day.
if a customer is not included in one of the sheets, it should stil
show up in sheet3.
customerA 1
customerB -1
customerC 3
customerD 0
customerE -3
customerG 1
do i need to write a macro for this? any help would be appreciated.
Thanks