ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Sum a lot of box in different pages (https://www.excelbanter.com/excel-programming/331196-sum-lot-box-different-pages.html)

seckin bilgic

Sum a lot of box in different pages
 
i have an excel workbook that i write the actions in my work (buy or
sell something in day).
End of a month i need to sum some of these boxes. How can i do this??

there are 110 pages like "05-06-05G"





*** Sent via Developersdex http://www.developersdex.com ***

Tom Ogilvy

Sum a lot of box in different pages
 
for the same cell on every page

=Sum(05-06-05A:07-08-09Z!B9)

where the names represent the names of the first and last sheets in the tab
order that you want to sum the cells in.

This is called a 3D reference.

If just a few cells you can refer to the sheet names as part of the address

=05-06-05A!A1+05-06-05B!H1+05-06-04A1

This assumes that by BOX you mean CELL.

--
Regards,
Tom Ogilvy


"seckin bilgic" wrote in message
...
i have an excel workbook that i write the actions in my work (buy or
sell something in day).
End of a month i need to sum some of these boxes. How can i do this??

there are 110 pages like "05-06-05G"





*** Sent via Developersdex http://www.developersdex.com ***





All times are GMT +1. The time now is 12:07 AM.

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