Hello!
I am looking for a formula to assist me with this:
I have a file with three sheets; let's say Sheet1, Sheet2, and Sheet3. I would like Sheet1 as my main page and where I would like the formula to be set up. This will include the customer number and a place for the formula to return.
Sheet2 has the customer number with the dollar amount spent.
Sheet3 has the customer number with the dollar amount currently in transaction.
I need Sheet1 to have a formula to Index/Match both Sheet2 and Sheet3 values to the customer number and add the totals together. A tricky thing about this is that there are multiple entries on both Sheet2 and Sheet3 with the customer number and I need all the totals added together.
I tried =sum(index(Sheet1!$C$4:$C$15,match(A1,Sheet1!$B$4:$B$15,0))) to see if it would total just one page of entries and it did not; but I need two pages of entries!
Any help or assistance would be great!
Thank you!
I am looking for a formula to assist me with this:
I have a file with three sheets; let's say Sheet1, Sheet2, and Sheet3. I would like Sheet1 as my main page and where I would like the formula to be set up. This will include the customer number and a place for the formula to return.
Sheet2 has the customer number with the dollar amount spent.
Sheet3 has the customer number with the dollar amount currently in transaction.
I need Sheet1 to have a formula to Index/Match both Sheet2 and Sheet3 values to the customer number and add the totals together. A tricky thing about this is that there are multiple entries on both Sheet2 and Sheet3 with the customer number and I need all the totals added together.
I tried =sum(index(Sheet1!$C$4:$C$15,match(A1,Sheet1!$B$4:$B$15,0))) to see if it would total just one page of entries and it did not; but I need two pages of entries!
Any help or assistance would be great!
Thank you!