Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Lindsay123
 
Posts: n/a
Default Frequency of occurrence

I'm working with a spreadsheet with results of medical tests that report on
the results. I'm trying to determine how many times all the parasites are
found. The results are words and not coded into numbers. Do i use the
frequency tool? how do i use it? or is there something else that works?

Thank you so much,
Lindsay
  #2   Report Post  
Dave O
 
Posts: n/a
Default

You might try the COUNTIF() function, which will count words in a
range. For instance, if the range A1:A6 looks like this:

alpha
bravo
charlie
alpha
bravo
charlie

.... you can use a COUNTIF() to count all the occurences of "alpha" like
this:
=COUNTIF(A1:A6,"alpha")
This will yield the answer: 2.

Does that do it for you?

  #3   Report Post  
Lindsay123
 
Posts: n/a
Default

Thanks. Is there any way i could find out how many times all the variables
show up instead of doing them each separately?

Thanks,
Lindsay

"Dave O" wrote:

You might try the COUNTIF() function, which will count words in a
range. For instance, if the range A1:A6 looks like this:

alpha
bravo
charlie
alpha
bravo
charlie

.... you can use a COUNTIF() to count all the occurences of "alpha" like
this:
=COUNTIF(A1:A6,"alpha")
This will yield the answer: 2.

Does that do it for you?


  #4   Report Post  
Dave Peterson
 
Posts: n/a
Default

Are all the entries in one column?

Make sure your data has a header row, then take a look at data|pivottables.

Select your range
data|pivottable
follow the wizard until you get to the dialog that has a Layout Button on it.
click that Layout button.

Drag the header to the row field
drag the header to the data field (yep, twice!)

Finish up the wizard.

If you change your data, rightclick on the pivottable and select Refresh Data.

Some tips...

If your list can grow/contract, use a dynamic range that represents the range.
Take a look at Debra Dalgleish's site to read more about it:
http://www.contextures.com/xlNames01.html#Dynamic

If you want to read more about the pivottable stuff, you may want to look at
some links:

Debra Dalgleish's pictures at Jon Peltier's site:
http://peltiertech.com/Excel/Pivots/pivottables.htm
And Debra's own site:
http://www.contextures.com/xlPivot01.html

John Walkenbach also has some at:
http://j-walk.com/ss/excel/files/general.htm
(look for Tony Gwynn's Hit Database)

Chip Pearson keeps Harald Staff's notes at:
http://www.cpearson.com/excel/pivots.htm

MS has some at (xl2000 and xl2002):
http://office.microsoft.com/downloads/2000/XCrtPiv.aspx
http://office.microsoft.com/assistan...lconPT101.aspx

Lindsay123 wrote:

Thanks. Is there any way i could find out how many times all the variables
show up instead of doing them each separately?

Thanks,
Lindsay

"Dave O" wrote:

You might try the COUNTIF() function, which will count words in a
range. For instance, if the range A1:A6 looks like this:

alpha
bravo
charlie
alpha
bravo
charlie

.... you can use a COUNTIF() to count all the occurences of "alpha" like
this:
=COUNTIF(A1:A6,"alpha")
This will yield the answer: 2.

Does that do it for you?



--

Dave Peterson
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
Frequency function Pritesh Excel Discussion (Misc queries) 2 April 18th 05 09:53 PM
Frequency formula Curious Excel Worksheet Functions 1 April 12th 05 09:49 PM
Frequency for Histograms in Excel Jim Charts and Charting in Excel 7 February 24th 05 07:33 PM
Cumulative Frequency Chris Grant Charts and Charting in Excel 2 February 3rd 05 05:49 AM


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