#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Assigning a Value

I am working on a spreadsheet that has demographic data. I would like to be
able to assign a value to each race (i.e. African American=1, Caucasian=2,
Hispanic=3, etc.). Is there anyway that I can do this within an Excel
spreadsheet?

I would need to be able to have the program summarize the column of such
demographic information so that it could tell me how many people of each race
participated in our program for the month.

Thanks!

--
Kara
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Assigning a Value

Just put the code number in the column for ethnicity.

If you use a different sheet for each month, then the COUNTIF function can
give you the sum by ethnicity.
--
Gary''s Student - gsnu200738


"KaraSuzanne" wrote:

I am working on a spreadsheet that has demographic data. I would like to be
able to assign a value to each race (i.e. African American=1, Caucasian=2,
Hispanic=3, etc.). Is there anyway that I can do this within an Excel
spreadsheet?

I would need to be able to have the program summarize the column of such
demographic information so that it could tell me how many people of each race
participated in our program for the month.

Thanks!

--
Kara

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Assigning a Value

So tell me how that works if I have one column for Race and I enter Caucasian
in a field, for example and then African American underneath it in the same
column. How can I set it up to tell me how many times Caucasian was entered
for example?

Thanks!
--
Kara


"KaraSuzanne" wrote:

I am working on a spreadsheet that has demographic data. I would like to be
able to assign a value to each race (i.e. African American=1, Caucasian=2,
Hispanic=3, etc.). Is there anyway that I can do this within an Excel
spreadsheet?

I would need to be able to have the program summarize the column of such
demographic information so that it could tell me how many people of each race
participated in our program for the month.

Thanks!

--
Kara

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Assigning a Value

Good question.

Let's say column A, rows 1 thru 20, contain:

Caucasian
Caucasian
Caucasian
Caucasian
Caucasian
Caucasian
Caucasian
Caucasian
Caucasian
African American
African American
African American
African American
African American
Caucasian
Caucasian
African American
Caucasian
Caucasian
African American

then

=COUNTIF(A:A,"Caucasian") will display 20
and
=COUNTIF(A:A,"African American") will display 7
--
Gary''s Student - gsnu200738


"KaraSuzanne" wrote:

So tell me how that works if I have one column for Race and I enter Caucasian
in a field, for example and then African American underneath it in the same
column. How can I set it up to tell me how many times Caucasian was entered
for example?

Thanks!
--
Kara


"KaraSuzanne" wrote:

I am working on a spreadsheet that has demographic data. I would like to be
able to assign a value to each race (i.e. African American=1, Caucasian=2,
Hispanic=3, etc.). Is there anyway that I can do this within an Excel
spreadsheet?

I would need to be able to have the program summarize the column of such
demographic information so that it could tell me how many people of each race
participated in our program for the month.

Thanks!

--
Kara

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
assigning value to letters Hope Excel Worksheet Functions 2 January 22nd 07 11:21 PM
Assigning a value to a set of numbers urrbie Excel Worksheet Functions 5 December 15th 06 05:10 PM
assigning a value to a cell Braheem Excel Worksheet Functions 3 September 13th 06 04:42 AM
Assigning a value to a character (?) rahahmed Excel Worksheet Functions 2 January 1st 06 03:23 PM
Assigning a value to a name Charli Excel Worksheet Functions 2 November 24th 04 08:50 PM


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