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.
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.
best to put in the same place and us
=sum(sheet1:sheetfinal!a1)
or
=sheet1a2+sheet2!a6 etc
--
Don Guillett
SalesAid Software
donaldb@281.com
"dmedina" <dmedina@discussions.microsoft.com> wrote in message
news:DCFB7A34-5DA2-4742-9A64-24D610ABE9C7@microsoft.com...
> 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.
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.
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks