#1   Report Post  
robert rizzo
 
Posts: n/a
Default Adding text

I have a spreadsheet of my 550+ CD collection. What i'm trying to do is sum
up each genre. I have twenty different genres (folk, blues, classic rock,
rap, etc...) and what I want to do is find the total for each. As of now I
have 4columns. In A is the Artist; B-album title; C-genre; D-total for each
section(D cells are empty up to the last row in each section where the total
for that section is). My collection is broken up in Alphabetic order by
Artist. There is a title row above each section with the letter of the
alphabet pertaining to the text below. I'm also trying to find a way to
create charts showing the percentages for each genre as well, but am having
no luck. Please help!!
  #2   Report Post  
Ed Ferrero
 
Posts: n/a
Default

Hi robert,

Either:
1) Use Sort (from the Data menu) to sort by genre, then use Subtotal (again
from the Data menu).
or
2) Build a pivot table. You can access a tutorial on pivot tables at
http://edferrero.m6.net/Pivot200301.shtml

Ed Ferrero
http://edferrero.m6.net/


I have a spreadsheet of my 550+ CD collection. What i'm trying to do is sum
up each genre. I have twenty different genres (folk, blues, classic rock,
rap, etc...) and what I want to do is find the total for each. As of now I
have 4columns. In A is the Artist; B-album title; C-genre; D-total for
each
section(D cells are empty up to the last row in each section where the
total
for that section is). My collection is broken up in Alphabetic order by
Artist. There is a title row above each section with the letter of the
alphabet pertaining to the text below. I'm also trying to find a way to
create charts showing the percentages for each genre as well, but am
having
no luck. Please help!!



  #3   Report Post  
malik641
 
Posts: n/a
Default


Try the COUNTIF function. Put your Genres in Column F (cause I'm sure
they'll repeat NUMEROUS times).Then place the function in column G.
Example:

F1:Rock-----------G1:=COUNTIF(C:C,$F1)
F2:Trance
F3:Alternative

Copy G1 down. This will give you a numeric amount of cells that contain
each different genre. Hope this is what you were looking for!


--
malik641


------------------------------------------------------------------------
malik641's Profile: http://www.excelforum.com/member.php...o&userid=24190
View this thread: http://www.excelforum.com/showthread...hreadid=393156

  #4   Report Post  
robert rizzo
 
Posts: n/a
Default

Thank you very much. This worked extremely well! Plus it helped making my
charts!

"malik641" wrote:


Try the COUNTIF function. Put your Genres in Column F (cause I'm sure
they'll repeat NUMEROUS times).Then place the function in column G.
Example:

F1:Rock-----------G1:=COUNTIF(C:C,$F1)
F2:Trance
F3:Alternative

Copy G1 down. This will give you a numeric amount of cells that contain
each different genre. Hope this is what you were looking for!


--
malik641


------------------------------------------------------------------------
malik641's Profile: http://www.excelforum.com/member.php...o&userid=24190
View this thread: http://www.excelforum.com/showthread...hreadid=393156


  #5   Report Post  
robert rizzo
 
Posts: n/a
Default

Thank you I tried but it didn't work!

"Ed Ferrero" wrote:

Hi robert,

Either:
1) Use Sort (from the Data menu) to sort by genre, then use Subtotal (again
from the Data menu).
or
2) Build a pivot table. You can access a tutorial on pivot tables at
http://edferrero.m6.net/Pivot200301.shtml

Ed Ferrero
http://edferrero.m6.net/


I have a spreadsheet of my 550+ CD collection. What i'm trying to do is sum
up each genre. I have twenty different genres (folk, blues, classic rock,
rap, etc...) and what I want to do is find the total for each. As of now I
have 4columns. In A is the Artist; B-album title; C-genre; D-total for
each
section(D cells are empty up to the last row in each section where the
total
for that section is). My collection is broken up in Alphabetic order by
Artist. There is a title row above each section with the letter of the
alphabet pertaining to the text below. I'm also trying to find a way to
create charts showing the percentages for each genre as well, but am
having
no luck. Please help!!






  #6   Report Post  
robert rizzo
 
Posts: n/a
Default

What does the C:C part mean?

"robert rizzo" wrote:

Thank you I tried but it didn't work!

"Ed Ferrero" wrote:

Hi robert,

Either:
1) Use Sort (from the Data menu) to sort by genre, then use Subtotal (again
from the Data menu).
or
2) Build a pivot table. You can access a tutorial on pivot tables at
http://edferrero.m6.net/Pivot200301.shtml

Ed Ferrero
http://edferrero.m6.net/


I have a spreadsheet of my 550+ CD collection. What i'm trying to do is sum
up each genre. I have twenty different genres (folk, blues, classic rock,
rap, etc...) and what I want to do is find the total for each. As of now I
have 4columns. In A is the Artist; B-album title; C-genre; D-total for
each
section(D cells are empty up to the last row in each section where the
total
for that section is). My collection is broken up in Alphabetic order by
Artist. There is a title row above each section with the letter of the
alphabet pertaining to the text below. I'm also trying to find a way to
create charts showing the percentages for each genre as well, but am
having
no luck. Please help!!




  #7   Report Post  
malik641
 
Posts: n/a
Default


The C:C just checks the ENTIRE column of C (which should be your
genre).

And did it work or not?? which is it? cause it works for me


--
malik641


------------------------------------------------------------------------
malik641's Profile: http://www.excelforum.com/member.php...o&userid=24190
View this thread: http://www.excelforum.com/showthread...hreadid=393156

  #8   Report Post  
Ed Ferrero
 
Posts: n/a
Default

Hi robert,

A reference like C:C refers to the whole of column C. So , if you enter the
formula =SUM(C:C) in cell A1, then cell A1 will have the sum of all values
in column C.

Note that if you enter =Sum(C:C) in a cell in column C, you will get a
circular reference.

Ed Ferrero
http://edferrero.m6.net/

What does the C:C part mean?

"robert rizzo" wrote:

Thank you I tried but it didn't work!

"Ed Ferrero" wrote:

Hi robert,

Either:
1) Use Sort (from the Data menu) to sort by genre, then use Subtotal
(again
from the Data menu).
or
2) Build a pivot table. You can access a tutorial on pivot tables at
http://edferrero.m6.net/Pivot200301.shtml

Ed Ferrero
http://edferrero.m6.net/


I have a spreadsheet of my 550+ CD collection. What i'm trying to do
is sum
up each genre. I have twenty different genres (folk, blues, classic
rock,
rap, etc...) and what I want to do is find the total for each. As of
now I
have 4columns. In A is the Artist; B-album title; C-genre; D-total
for
each
section(D cells are empty up to the last row in each section where
the
total
for that section is). My collection is broken up in Alphabetic order
by
Artist. There is a title row above each section with the letter of
the
alphabet pertaining to the text below. I'm also trying to find a way
to
create charts showing the percentages for each genre as well, but am
having
no luck. Please help!!





  #9   Report Post  
robert rizzo
 
Posts: n/a
Default

Everything worked. Thanks.!

"malik641" wrote:


The C:C just checks the ENTIRE column of C (which should be your
genre).

And did it work or not?? which is it? cause it works for me


--
malik641


------------------------------------------------------------------------
malik641's Profile: http://www.excelforum.com/member.php...o&userid=24190
View this thread: http://www.excelforum.com/showthread...hreadid=393156


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
Adding text in formulas Andreas Excel Worksheet Functions 2 July 11th 05 12:07 PM
Adding Two Text Fields together Audrey Excel Discussion (Misc queries) 2 February 24th 05 11:08 PM
Adding two text cells together Audrey Excel Discussion (Misc queries) 4 February 24th 05 09:57 PM
Help adding text values Texas-DC_271 Excel Worksheet Functions 7 January 15th 05 11:14 PM
Adding Leading Zeros to Text Jenn Excel Discussion (Misc queries) 4 January 12th 05 06:51 PM


All times are GMT +1. The time now is 10:41 PM.

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

About Us

"It's about Microsoft Excel"