Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default How do I use the data consolidate function?

Hello,

I have one large spreadsheet that includes several scores for the one item
eg:

a 1
a 90
a 21
b 2
b 50
c 2
c 2
c 45
c 40
c 1

etc.

I would like to know how to use the data consolidate function (in simple
terms) to consolidate all the scores for a, b and c for example. So the final
score for a=112, b=52 and c=88

I understand I could go through the spreadsheet and highlight the values to
get a total for each item but the spreadsheet is quite large, approx 30,000
rows and 2.5 alphabets of columns... I am hoping that the data consolidate
function will be useful in this regard.

Thanks,

M.
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 70
Default How do I use the data consolidate function?

Hi Margaret,

Assuming you have the data in column A and Column B, you can use following
formula:-

=SUMIF(A:A,"a",B:B)
=SUMIF(A:A,"b",B:B)
=SUMIF(A:A,"c",B:B)

If you have alphabets more that a,b,c then you can type them out and give
the reference instead of "a", "b", and "c" in the formula.

thanks.
--
Dilip Kumar Pandey
MBA, BCA, B.Com(Hons.)


New Delhi, India


"Margaret." wrote:

Hello,

I have one large spreadsheet that includes several scores for the one item
eg:

a 1
a 90
a 21
b 2
b 50
c 2
c 2
c 45
c 40
c 1

etc.

I would like to know how to use the data consolidate function (in simple
terms) to consolidate all the scores for a, b and c for example. So the final
score for a=112, b=52 and c=88

I understand I could go through the spreadsheet and highlight the values to
get a total for each item but the spreadsheet is quite large, approx 30,000
rows and 2.5 alphabets of columns... I am hoping that the data consolidate
function will be useful in this regard.

Thanks,

M.

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 5,651
Default How do I use the data consolidate function?

On Thu, 26 Feb 2009 22:10:02 -0800, Margaret. <Margaret.
@discussions.microsoft.com wrote:

Hello,

I have one large spreadsheet that includes several scores for the one item
eg:

a 1
a 90
a 21
b 2
b 50
c 2
c 2
c 45
c 40
c 1

etc.

I would like to know how to use the data consolidate function (in simple
terms) to consolidate all the scores for a, b and c for example. So the final
score for a=112, b=52 and c=88

I understand I could go through the spreadsheet and highlight the values to
get a total for each item but the spreadsheet is quite large, approx 30,000
rows and 2.5 alphabets of columns... I am hoping that the data consolidate
function will be useful in this regard.

Thanks,

M.


Take a look at Pivot Tables.

For your simple presentation, I labeled your two columns "Items" and "Scores"

I dragged items to "Rows" and Scores to "Values".

I got this result:

Row Labels Sum of Score
a 112
b 52
c 90
Grand Total 254
--ron
  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 41
Default How do I use the data consolidate function?

Hi Margaret,

As Ron says a pivot table would be the best way, anyway for what it's worth,
here is another posssibility.

Just using your sample data and assuming your letters are in A1:A10
and the scores are in B1:B10.

Then make D1 = a, D2=b, D3=c
Then put this formula in E1 and drag down to E3,
=SUMIF($A$1:$A$10,D1,$B$1:$B$10)

Of course you will have to adjust things to suit your much larger range
however the same process should work no problems.

HTH
Martin



"Margaret." <Margaret. @discussions.microsoft.com wrote in message
...
Hello,

I have one large spreadsheet that includes several scores for the one item
eg:

a 1
a 90
a 21
b 2
b 50
c 2
c 2
c 45
c 40
c 1

etc.

I would like to know how to use the data consolidate function (in simple
terms) to consolidate all the scores for a, b and c for example. So the
final
score for a=112, b=52 and c=88

I understand I could go through the spreadsheet and highlight the values
to
get a total for each item but the spreadsheet is quite large, approx
30,000
rows and 2.5 alphabets of columns... I am hoping that the data
consolidate
function will be useful in this regard.

Thanks,

M.


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
VBA Consolidate Data jlclyde Excel Discussion (Misc queries) 0 January 4th 08 06:11 PM
Data Consolidate Ed Excel Discussion (Misc queries) 0 June 19th 07 02:17 AM
help to consolidate data docdutton Excel Worksheet Functions 1 June 9th 07 08:45 PM
consolidate data using 3d function AND indirect Dave Breitenbach Excel Worksheet Functions 1 September 28th 06 07:15 PM
Is there a function to consolidate multiple records into one recor Richmond Excel Worksheet Functions 4 October 10th 05 07:13 PM


All times are GMT +1. The time now is 11:58 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"