Wondering if anyone can help me create a formula, command and/or macro for this problem...
I have several sheets within one excel document - each has several columns of data pertaining to customers. Particularly, I would like to list all the customers (multiple duplicate listings) from three separate sheets, only one time, on a fourth sheet, along with the sum of the values attached to those customers - in other words like a summary - how much does each customer owe in total?
FOR EXAMPLE:
Sheet 1:
A1 SMITH_______H1 $3.00
A2 JACKSON_____H2 $0.00
A3 SMITH_______H3 $1.00
A4 GONZALEZ____H4 $0.00
A5 PEREZ________H5 $0.00
Sheet 2:
A1 JACKSON______H1 $3.00
A2 GARCIA_______H2 $1.00
A3 SMITH________H3 $0.00
A4 GARCIA_______H4 $4.00
A5 GOLDSTEIN____H5 $1.00
Given this example, I would like Sheet 3 to have an alphabetical list of the names listed only once with the TOTAL amount they each owe.
A1 GARCIA________B1 $5.00
A2 GOLDSTEIN_____B2 $1.00
A3 GONZALEZ______B3 $0.00
A4 JACKSON_______B4 $3.00
A5 PEREZ_________B5 $0.00
A6 SMITH_________B6 $4.00
Is this possible?
Also, if I keep adding customers to either sheet 1 or sheet 2, as well as make any changes in amounts owed, I would like sheet 3 to reflect those changes by adding the new customers and adding or subtracting the proper amounts as well.
Am I asking for too much?
I hope I didn't confuse anyone.
I've tried building some functions, but did not get the result I wanted.
Thank you sooooo much in advance.
I have several sheets within one excel document - each has several columns of data pertaining to customers. Particularly, I would like to list all the customers (multiple duplicate listings) from three separate sheets, only one time, on a fourth sheet, along with the sum of the values attached to those customers - in other words like a summary - how much does each customer owe in total?
FOR EXAMPLE:
Sheet 1:
A1 SMITH_______H1 $3.00
A2 JACKSON_____H2 $0.00
A3 SMITH_______H3 $1.00
A4 GONZALEZ____H4 $0.00
A5 PEREZ________H5 $0.00
Sheet 2:
A1 JACKSON______H1 $3.00
A2 GARCIA_______H2 $1.00
A3 SMITH________H3 $0.00
A4 GARCIA_______H4 $4.00
A5 GOLDSTEIN____H5 $1.00
Given this example, I would like Sheet 3 to have an alphabetical list of the names listed only once with the TOTAL amount they each owe.
A1 GARCIA________B1 $5.00
A2 GOLDSTEIN_____B2 $1.00
A3 GONZALEZ______B3 $0.00
A4 JACKSON_______B4 $3.00
A5 PEREZ_________B5 $0.00
A6 SMITH_________B6 $4.00
Is this possible?
Also, if I keep adding customers to either sheet 1 or sheet 2, as well as make any changes in amounts owed, I would like sheet 3 to reflect those changes by adding the new customers and adding or subtracting the proper amounts as well.
Am I asking for too much?
I hope I didn't confuse anyone.
I've tried building some functions, but did not get the result I wanted.
Thank you sooooo much in advance.