PC Review


Reply
Thread Tools Rate Thread

Assigning a Value

 
 
=?Utf-8?B?S2FyYVN1emFubmU=?=
Guest
Posts: n/a
 
      17th Aug 2007
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 With Quote
 
 
 
 
=?Utf-8?B?R2FyeScncyBTdHVkZW50?=
Guest
Posts: n/a
 
      17th Aug 2007
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

 
Reply With Quote
 
=?Utf-8?B?S2FyYVN1emFubmU=?=
Guest
Posts: n/a
 
      17th Aug 2007
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 With Quote
 
=?Utf-8?B?R2FyeScncyBTdHVkZW50?=
Guest
Posts: n/a
 
      17th Aug 2007
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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
assigning id's rodchar Microsoft Excel Misc 2 10th Jan 2009 02:46 AM
assigning # to day =?Utf-8?B?Ym1v?= Microsoft Excel Worksheet Functions 3 17th Oct 2007 11:16 PM
Assigning a value On? a24t42@att.net Microsoft Access Forms 2 4th Feb 2007 06:15 PM
Assigning a value to a YES/No =?Utf-8?B?Q2Fyb2x5bg==?= Microsoft Access Queries 2 4th Oct 2006 03:20 AM
Assigning a value Sandy H Microsoft Access Form Coding 2 11th Jul 2003 01:30 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:05 PM.