Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 132
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   Report Post  
Posted to microsoft.public.excel.misc
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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 132
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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 132
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.)



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Grand Totals Elzora Excel Discussion (Misc queries) 3 March 12th 08 01:28 AM
Pivot Totals: Group totals different from Grand totals PsyberFox Excel Discussion (Misc queries) 1 February 13th 08 06:16 PM
Grand Totals with Nested Sub Totals Brenda from Michigan Excel Discussion (Misc queries) 7 January 18th 08 01:26 PM
Formula needed to create grand totals Daniel LEYVA Excel Worksheet Functions 1 October 14th 06 09:18 AM
More Grand Totals Amber M Excel Worksheet Functions 5 January 1st 05 02:52 PM


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

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

About Us

"It's about Microsoft Excel"