okay i have a workbook saved as "Bluesheet.xls." The first worksheet
is titled "1" and the second worksheet is titled as "2."
I need a (sum) formula that will add the totals on sheet 1 cells M41
to M54 & the totals on sheet 2 cells M13 to M54.
I need this total (of the totals in the columns listed above) to
populate in cell K55 on sheet 1.
I need the exact information that is populated in K55 of sheet 1 to
also populate on sheet 2 in cell K55 also. (i need sheet 2 K55 to
equal the same as what sheet 1 K55 equals)
any help is great, thanks!!!!
Mike H - 28 Nov 2007 14:10 GMT
Perhaps this in sheet 1 K55
=SUM(M51:M54)+SUM('2'!M13:M54)
The on sheet 2 K55 try this
='1'!K55
Mike
> okay i have a workbook saved as "Bluesheet.xls." The first worksheet
> is titled "1" and the second worksheet is titled as "2."
[quoted text clipped - 10 lines]
>
> any help is great, thanks!!!!
Stephen - 28 Nov 2007 14:10 GMT
> okay i have a workbook saved as "Bluesheet.xls." The first worksheet
> is titled "1" and the second worksheet is titled as "2."
[quoted text clipped - 10 lines]
>
> any help is great, thanks!!!!
In Sheet1!K55 put this formula:
=SUM(M41:M54,Sheet2!M13:M54)
In Sheet2!K55 put this formula:
=Sheet1!K55
David Biddulph - 28 Nov 2007 14:15 GMT
In K55 on sheet 1 use the formula:
=SUM(M41:M54)+SUM('2'!M13:M54)
In K55 on sheet 2:
='1'!K55

Signature
David Biddulph
> okay i have a workbook saved as "Bluesheet.xls." The first worksheet
> is titled "1" and the second worksheet is titled as "2."
[quoted text clipped - 10 lines]
>
> any help is great, thanks!!!!