ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Adding values from a different worksheet (https://www.excelbanter.com/excel-worksheet-functions/157030-adding-values-different-worksheet.html)

sue

Adding values from a different worksheet
 
I have a budget workbook that includes a breakdown of expenditures (checkbook
register style) in one worksheet (worksheet(1)). Each breakdown item
includes a location number. There are a total of 20 location numbers.

In another worksheet (worksheet (2)) I have a total amount spent field for
each location. I am trying to find a formula that will add all the amounts
from each location and display the total in worksheet(2).

Please advise.


Tevuna

Adding values from a different worksheet
 
Something like:
=[H V]LOOKUP("Location","Sheet2!Range","Totals",0)
See HELP for more on these functions

"sue" wrote:

I have a budget workbook that includes a breakdown of expenditures (checkbook
register style) in one worksheet (worksheet(1)). Each breakdown item
includes a location number. There are a total of 20 location numbers.

In another worksheet (worksheet (2)) I have a total amount spent field for
each location. I am trying to find a formula that will add all the amounts
from each location and display the total in worksheet(2).

Please advise.


T. Valko

Adding values from a different worksheet
 
Try something like this:

=SUMIF(Sheet1!_location_number_range,location_numb er,Sheet1!_expenditures_range)

--
Biff
Microsoft Excel MVP


"sue" wrote in message
...
I have a budget workbook that includes a breakdown of expenditures
(checkbook
register style) in one worksheet (worksheet(1)). Each breakdown item
includes a location number. There are a total of 20 location numbers.

In another worksheet (worksheet (2)) I have a total amount spent field for
each location. I am trying to find a formula that will add all the amounts
from each location and display the total in worksheet(2).

Please advise.





All times are GMT +1. The time now is 01:44 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com