A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

formula to look up and sum the Grand totals based on the Heading



 
 
Thread Tools Display Modes
  #1  
Old March 16th, 2009, 12:34 PM posted to microsoft.public.excel.misc
Narnimar
external usenet poster
 
Posts: 137
Default formula to look up and sum the Grand totals based on the Heading

I am monthly getting a list of Values for a Item group Heading. Every month I
receive the list with its grand total which is always not in the same cell
due to no of item in the list. If Jan list has 26 items, Feb will be 32
items. I want a formula to look up and return the Grand total based on the
Item group Heading. E.g. In sheet of January column a1 has Item group
Heading. b2 to b28 has values for the items a2 to a28. and b29 is the Grand
Total. But in the Feb sheet has 32 items so the grand total is in b34 but not
in b29. If I want to summerize the group Heading monthly Grand totals in a
new sheet. Which single formula can I use so that it catches from the
location wherever the Grand total are located in the cells?
(P. S. I cant spend time for naming the groups and summerizing due to amount
of data I got is large.)
  #2  
Old March 16th, 2009, 12:42 PM posted to microsoft.public.excel.misc
bapeltzer
external usenet poster
 
Posts: 43
Default formula to look up and sum the Grand totals based on the Heading

If you've got the 'Grand Total' labeled in column A and want to find 'Grand
Total' and return the value in the same row from column B: =vlookup("Grand
Total",January!A:B,2,0).
Another approach might just be =sum(January!B:B)/2. This just adds up
everything from column B and cuts it in half (since having the Grand Total
would otherwise doubled the result).

"Narnimar" wrote:

I am monthly getting a list of Values for a Item group Heading. Every month I
receive the list with its grand total which is always not in the same cell
due to no of item in the list. If Jan list has 26 items, Feb will be 32
items. I want a formula to look up and return the Grand total based on the
Item group Heading. E.g. In sheet of January column a1 has Item group
Heading. b2 to b28 has values for the items a2 to a28. and b29 is the Grand
Total. But in the Feb sheet has 32 items so the grand total is in b34 but not
in b29. If I want to summerize the group Heading monthly Grand totals in a
new sheet. Which single formula can I use so that it catches from the
location wherever the Grand total are located in the cells?
(P. S. I cant spend time for naming the groups and summerizing due to amount
of data I got is large.)

  #3  
Old March 16th, 2009, 12:42 PM posted to microsoft.public.excel.misc
Roger Govier[_3_]
external usenet poster
 
Posts: 2,297
Default formula to look up and sum the Grand totals based on the Heading

Hi

Insert a new row at the top of each sheet.
Place the totals in that row instead of beneath your data.
Then you are always looking at row 1 for Totals, regardless of how many rows
of data exist on each sheet.

--
Regards
Roger Govier

"Narnimar" wrote in message
...
I am monthly getting a list of Values for a Item group Heading. Every
month I
receive the list with its grand total which is always not in the same cell
due to no of item in the list. If Jan list has 26 items, Feb will be 32
items. I want a formula to look up and return the Grand total based on the
Item group Heading. E.g. In sheet of January column a1 has Item group
Heading. b2 to b28 has values for the items a2 to a28. and b29 is the
Grand
Total. But in the Feb sheet has 32 items so the grand total is in b34 but
not
in b29. If I want to summerize the group Heading monthly Grand totals in a
new sheet. Which single formula can I use so that it catches from the
location wherever the Grand total are located in the cells?
(P. S. I cant spend time for naming the groups and summerizing due to
amount
of data I got is large.)


  #4  
Old March 16th, 2009, 12:51 PM posted to microsoft.public.excel.misc
Narnimar
external usenet poster
 
Posts: 137
Default formula to look up and sum the Grand totals based on the Headi

Thanks Bapeltzer, but I prefer for a formula to work exactly like - look at
Heading text then return the Grand total. If I can do this I will save lot of
time in summerizing a long list with multiple Headings down in the columns..

"bapeltzer" wrote:

If you've got the 'Grand Total' labeled in column A and want to find 'Grand
Total' and return the value in the same row from column B: =vlookup("Grand
Total",January!A:B,2,0).
Another approach might just be =sum(January!B:B)/2. This just adds up
everything from column B and cuts it in half (since having the Grand Total
would otherwise doubled the result).

"Narnimar" wrote:

I am monthly getting a list of Values for a Item group Heading. Every month I
receive the list with its grand total which is always not in the same cell
due to no of item in the list. If Jan list has 26 items, Feb will be 32
items. I want a formula to look up and return the Grand total based on the
Item group Heading. E.g. In sheet of January column a1 has Item group
Heading. b2 to b28 has values for the items a2 to a28. and b29 is the Grand
Total. But in the Feb sheet has 32 items so the grand total is in b34 but not
in b29. If I want to summerize the group Heading monthly Grand totals in a
new sheet. Which single formula can I use so that it catches from the
location wherever the Grand total are located in the cells?
(P. S. I cant spend time for naming the groups and summerizing due to amount
of data I got is large.)

  #5  
Old March 16th, 2009, 01:31 PM posted to microsoft.public.excel.misc
Narnimar
external usenet poster
 
Posts: 137
Default formula to look up and sum the Grand totals based on the Headi

Thanks Roger Govier, my problem is the spread sheet is large and take long
time to do any edit work on it.

"Roger Govier" wrote:

Hi

Insert a new row at the top of each sheet.
Place the totals in that row instead of beneath your data.
Then you are always looking at row 1 for Totals, regardless of how many rows
of data exist on each sheet.

--
Regards
Roger Govier

"Narnimar" wrote in message
...
I am monthly getting a list of Values for a Item group Heading. Every
month I
receive the list with its grand total which is always not in the same cell
due to no of item in the list. If Jan list has 26 items, Feb will be 32
items. I want a formula to look up and return the Grand total based on the
Item group Heading. E.g. In sheet of January column a1 has Item group
Heading. b2 to b28 has values for the items a2 to a28. and b29 is the
Grand
Total. But in the Feb sheet has 32 items so the grand total is in b34 but
not
in b29. If I want to summerize the group Heading monthly Grand totals in a
new sheet. Which single formula can I use so that it catches from the
location wherever the Grand total are located in the cells?
(P. S. I cant spend time for naming the groups and summerizing due to
amount
of data I got is large.)



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:06 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.