![]() |
adding cells in different work sheets
Hi
I would like to know how do you add certain cells in different worksheets when they are not identical sheets. For example, I am adding up totals in all the sheets, but the total cell is in a different place in each sheet. |
adding cells in different work sheets
best to put in the same place and us
=sum(sheet1:sheetfinal!a1) or =sheet1a2+sheet2!a6 etc -- Don Guillett SalesAid Software "dmedina" wrote in message ... Hi I would like to know how do you add certain cells in different worksheets when they are not identical sheets. For example, I am adding up totals in all the sheets, but the total cell is in a different place in each sheet. |
adding cells in different work sheets
To access different sheets in the same workbook use this format. This
function adds cells A4 from Sheet1 and A3 from Sheet2. =Sheet1!A4+Sheet2!A3 "dmedina" wrote: Hi I would like to know how do you add certain cells in different worksheets when they are not identical sheets. For example, I am adding up totals in all the sheets, but the total cell is in a different place in each sheet. |
adding cells in different work sheets
This worked out great for me, thanks.
"Sloth" wrote: To access different sheets in the same workbook use this format. This function adds cells A4 from Sheet1 and A3 from Sheet2. =Sheet1!A4+Sheet2!A3 "dmedina" wrote: Hi I would like to know how do you add certain cells in different worksheets when they are not identical sheets. For example, I am adding up totals in all the sheets, but the total cell is in a different place in each sheet. |
All times are GMT +1. The time now is 10:23 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com