Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Rebecca
 
Posts: n/a
Default data analysis on fields with words not numbers

How can I get the total number and percentage of for each different
word in a column which has several word descriptions? What function do
I use?

  #2   Report Post  
DaveB
 
Posts: n/a
Default

Are they all single words per cell or is it more of a sentence per cell? If
they are just single words you can use this function:

Assume your range is A1:A100
=countif(A1:A100,"<word you want to search for")/COUNTA(A1:A100)

--
Regards,

DavidB


"Rebecca" wrote:

How can I get the total number and percentage of for each different
word in a column which has several word descriptions? What function do
I use?


  #3   Report Post  
Rebecca
 
Posts: n/a
Default

DaveB

Well some are single but some are a short phrases or grouped words. I
will provide you with the 5 different kinds of word groups that can
appear in a column below. This is my dissertation and I greatly
appreciate your effort to help as this piece is over-my-head.

Rebecca

No Influence
Moderate Influence
Some Influence
Major Influence

Only a select few
No one knows
Only a select few

Homemaker/Housewife/Mother
Own Small Business
Student
Technology/Computers/Software
Civil Service/Municipal
Legal Field
Education/College/University
Health Care

"$50,001 - $60,000 "
"$20,001 - $30,000 "
"$40,001 - $50,000 "
"$40,001 - $50,000 "
"$60,001 - $70,000 "
"Less than $10,000 "
"$30,001 - $40,000 "

"Never married "
Co-habitating (live with lover/s)
Married legally
Other (please specify)

  #4   Report Post  
Rowan
 
Posts: n/a
Default

Rebecca

Daves formula should work with phrases as well as single words. To make it
easier for you put the list of possible enteries in a range somewhere on the
sheet - say starting in C1. Then in D1 you can put the formula:

=COUNTIF($A$1:$A$100,C1)/COUNTA($A$1:$A$100)

Copy the formula down to the end of you list of possible entries.

Hope this helps
Rowan

"Rebecca" wrote:

DaveB

Well some are single but some are a short phrases or grouped words. I
will provide you with the 5 different kinds of word groups that can
appear in a column below. This is my dissertation and I greatly
appreciate your effort to help as this piece is over-my-head.

Rebecca

No Influence
Moderate Influence
Some Influence
Major Influence

Only a select few
No one knows
Only a select few

Homemaker/Housewife/Mother
Own Small Business
Student
Technology/Computers/Software
Civil Service/Municipal
Legal Field
Education/College/University
Health Care

"$50,001 - $60,000 "
"$20,001 - $30,000 "
"$40,001 - $50,000 "
"$40,001 - $50,000 "
"$60,001 - $70,000 "
"Less than $10,000 "
"$30,001 - $40,000 "

"Never married "
Co-habitating (live with lover/s)
Married legally
Other (please specify)


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
Where is data analysis tool? tamorn Excel Worksheet Functions 4 September 22nd 05 11:03 AM
Printing data validation scenarios SJC Excel Worksheet Functions 14 July 24th 05 12:43 AM
Removing blank rows in a worksheet Louise Excel Worksheet Functions 6 May 26th 05 02:21 PM
Line Graph Data Recognition Nat Charts and Charting in Excel 2 April 30th 05 02:07 PM
Analysis ToolPak installed but no Data Analysis option Eric Stephens Excel Discussion (Misc queries) 3 February 2nd 05 09:17 PM


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