Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default totals from list not in order

hi,
I am looking to have all data on one sheet and have total amount of a group
on another sheet, how do i do this??

this may seem simple to expertslike you but today is an off day for me : )
thanks for your help

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 8,856
Default totals from list not in order

If you mean that in your data your have a column which has, say,
names, and another column which has numbers, and on a second sheet you
want to total the amounts against each name, then you can use SUMIF.

Suppose your names are in column C of Sheet1, and the amounts are in
column F, and that you have 100 rows of data. On your second sheet you
will need to list the names (let's say in column A starting with A1),
then in cell B1 you can put this formula:

=SUMIF(Sheet1!C$1:C$100,A1,Sheet1!F$1:F$100)

This will give you the total for the name in A1. Copy it down for as
many names (or groups) as you have.

Hope this helps.

Pete

On Oct 19, 8:28 pm, essence_rain
wrote:
hi,
I am looking to have all data on one sheet and have total amount of a group
on another sheet, how do i do this??

this may seem simple to expertslike you but today is an off day for me : )
thanks for your help



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
totals from list not in order essence_rain New Users to Excel 0 October 19th 07 08:27 PM
IF Function/Validation List/Totals Phendrena Excel Worksheet Functions 1 September 1st 07 05:12 PM
What formula can I use to get daily totals from list in trouble Excel Worksheet Functions 2 May 20th 05 10:32 PM
how can I list items in a column with totals? andy Excel Discussion (Misc queries) 4 February 22nd 05 08:30 PM
How do I copy Summary totals only from a subtotal list? Dominic Excel Discussion (Misc queries) 3 February 16th 05 03:23 PM


All times are GMT +1. The time now is 12:48 AM.

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"