I have 10 worksheets with sales from customers. I need to consolidate the sales by month on a single worksheet. The challange is finding out whether or not the worksheets contain the same data as the worksheets are all invoice sales.
Here is an example:
Worksheets Jan-Oct
They contain the following fields:
Acct# ; KSAcct#; CustomerName; Address, City, State, Zip, Phone, NetSales
I need to find customer "X" on each sheet (Jan-Oct) and then total the Net Sales.
The hard part is that this is sales by invoice not sales by customer so the customer may or may not be on each sheet!
I combined all customers onto one sheet from each month which now contains 67710 rows of data. Yes this is probably over kill but I can't seem to find any other way of insuring I account for each customers sales or to find out if there are even duplicates within the data I am trying to sum.
I tried using the sumif but that doesn't seem to be what I need...Thanks for you assistance!
Here is an example:
Worksheets Jan-Oct
They contain the following fields:
Acct# ; KSAcct#; CustomerName; Address, City, State, Zip, Phone, NetSales
I need to find customer "X" on each sheet (Jan-Oct) and then total the Net Sales.
The hard part is that this is sales by invoice not sales by customer so the customer may or may not be on each sheet!
I combined all customers onto one sheet from each month which now contains 67710 rows of data. Yes this is probably over kill but I can't seem to find any other way of insuring I account for each customers sales or to find out if there are even duplicates within the data I am trying to sum.
I tried using the sumif but that doesn't seem to be what I need...Thanks for you assistance!