Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a grid of random numbers. What I want to do is make a new,
corresponding table that has those numbers' frequencies from the initial dataset. So, if I have a row 1,2,3,4,5, the first row in my frequency table shows the frequencies for those numbers, whatever they might be regarding the entire set of numbers. I'm just wondering if there's a more automated way of doing this than running the historgram function and then manually matching the frequencies with the original numbers to come up with my table. My dataset is growing, so that's becoming too time-consuming. Oy. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Countif works wonders.
"Rothman" wrote: I have a grid of random numbers. What I want to do is make a new, corresponding table that has those numbers' frequencies from the initial dataset. So, if I have a row 1,2,3,4,5, the first row in my frequency table shows the frequencies for those numbers, whatever they might be regarding the entire set of numbers. I'm just wondering if there's a more automated way of doing this than running the historgram function and then manually matching the frequencies with the original numbers to come up with my table. My dataset is growing, so that's becoming too time-consuming. Oy. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Of course, I can't keep the range constant while increasing the criteria cell
with the autofill feature. Anyone know how to do that? "Rothman" wrote: Countif works wonders. "Rothman" wrote: I have a grid of random numbers. What I want to do is make a new, corresponding table that has those numbers' frequencies from the initial dataset. So, if I have a row 1,2,3,4,5, the first row in my frequency table shows the frequencies for those numbers, whatever they might be regarding the entire set of numbers. I'm just wondering if there's a more automated way of doing this than running the historgram function and then manually matching the frequencies with the original numbers to come up with my table. My dataset is growing, so that's becoming too time-consuming. Oy. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Fine. I figured it out. Put dollar signs in front of the range ($C$3, e.g.).
Thanks. "Rothman" wrote: Of course, I can't keep the range constant while increasing the criteria cell with the autofill feature. Anyone know how to do that? "Rothman" wrote: Countif works wonders. "Rothman" wrote: I have a grid of random numbers. What I want to do is make a new, corresponding table that has those numbers' frequencies from the initial dataset. So, if I have a row 1,2,3,4,5, the first row in my frequency table shows the frequencies for those numbers, whatever they might be regarding the entire set of numbers. I'm just wondering if there's a more automated way of doing this than running the historgram function and then manually matching the frequencies with the original numbers to come up with my table. My dataset is growing, so that's becoming too time-consuming. Oy. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hi; Does anyone have any ideas to help me with a formula that I can use to count text (counties) and to total the count numerically in a seperate cell? -- bulaman001 ------------------------------------------------------------------------ bulaman001's Profile: http://www.excelforum.com/member.php...o&userid=32264 View this thread: http://www.excelforum.com/showthread...hreadid=520567 |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use the COUNTA( ) function, along the lines of:
=COUNTA(A1:A20) if your text is in cells A1 to A20. Hope this helps. Pete |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I don't, but you should start a new thread.
"bulaman001" wrote: Hi; Does anyone have any ideas to help me with a formula that I can use to count text (counties) and to total the count numerically in a seperate cell? -- bulaman001 ------------------------------------------------------------------------ bulaman001's Profile: http://www.excelforum.com/member.php...o&userid=32264 View this thread: http://www.excelforum.com/showthread...hreadid=520567 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting Frequency of Filtered Data | Excel Worksheet Functions | |||
histograms - frequency and relative frequency? | Excel Discussion (Misc queries) | |||
3-D Frequency Chart in VBA | Charts and Charting in Excel | |||
Frequency for Histograms in Excel | Charts and Charting in Excel | |||
Cumulative Frequency | Charts and Charting in Excel |