i have sheet1,
Name Date Amount
Ali 1-Sep 50
Ali 2-Sep 100
Ali 5-Sep 30
13-Sep 40
9-Aug 50
25-Sep 60
and sheet2,
Name Date Amount
Ali 1-Sep 100
Ali 2-Sep 100
Ali 5-Sep 85
Ali 13-Sep 34
Ali 9-Aug 88
Ali 25-Sep 25
on sheet 3, how do i search both sheet1 and sheet2 using dates, get the amount from both sheets and sum both amount on sheet3
output :
Nama Tarikh Total
Ali 1-Sep 150
Ali 2-Sep 200
3-Sep
4-Sep
5-Sep 115
6-Sep
7-Sep
8-Sep
9-Sep 138
10-Sep
11-Sep
12-Sep
13-Sep 74
thank you in advance