#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 20
Default Array Formula

I am using Excel 2007 and wish to list the bin values (frequencies) for a
list of results.

I pressed "formulas" and then "frequencies" along with the cell
designations. I keep getting the message that the formula must be entered as
an "Array Formula". I cannot find out how to do this. Can you help?

Thanks very much:
Gene L.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Array Formula

Some thoughts to get you going
(Steps are in my xl03 - I don't have xl07 - but should be similar in xl07)

"Array-enter" basically means
to press CTRL+SHIFT+ENTER to confirm the formula
instead of just pressing ENTER

Think FREQUENCY requires you to select a multi-cell range, and then
to "array-enter" the same formula into all cells in the selected range at
one go

Give this play a try ..

Let's say the data is within A2:A10
and the bins data is in B2:B4

The formula is:
=FREQUENCY(A2:A10,B2:B5)

Copy the formula above, then
Select a columnar range of 4 cells, say select A13:A16
Click inside the formula bar, paste the formula,
then press CTRL+SHIFT+ENTER to confirm the formula
Done correctly, you should see (in the formula bar)
that Excel has inserted curly braces { } around the formula, like this:
{=FREQUENCY(A2:A10,B2:B5)}
(Re-do the steps if you don't see the curlies)

The same formula will appear in all 4* cells within A13:A16
but each cell will return the different results corresponding to the bins
range
*The extra "4th" cell returns the number of values in data
that are greater than the third interval value in B4
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Gene L." wrote in message
...
I am using Excel 2007 and wish to list the bin values (frequencies) for a
list of results.

I pressed "formulas" and then "frequencies" along with the cell
designations. I keep getting the message that the formula must be entered
as an "Array Formula". I cannot find out how to do this. Can you help?

Thanks very much:
Gene L.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ASA ASA is offline
external usenet poster
 
Posts: 13
Default Array Formula

Array formulas should be completed by pressing Control-shift-enter instead of
just enter. If you have done it right you will see a pair of braces "{ }"
around your formula.

"Gene L." wrote:

I am using Excel 2007 and wish to list the bin values (frequencies) for a
list of results.

I pressed "formulas" and then "frequencies" along with the cell
designations. I keep getting the message that the formula must be entered as
an "Array Formula". I cannot find out how to do this. Can you help?

Thanks very much:
Gene L.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 20
Default Array Formula

I have tried to follow the instructions very carefully and a pair of braces
({ }) does appear around the formula but the results show
only a "1" in the first bin. The error message tells me that this indicates
that the formula was not entered as an array-formula. Do
you have any idea what I may be doing incorrectly?
Thanks for your help.
Gene

"ASA" wrote in message
...
Array formulas should be completed by pressing Control-shift-enter instead
of
just enter. If you have done it right you will see a pair of braces "{ }"
does appear around the formula but the results show

only a "1" in the first bin
around your formula.

"Gene L." wrote:

I am using Excel 2007 and wish to list the bin values (frequencies) for a
list of results.

I pressed "formulas" and then "frequencies" along with the cell
designations. I keep getting the message that the formula must be entered
as
an "Array Formula". I cannot find out how to do this. Can you help?

Thanks very much:
Gene L.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Array Formula

Why not read my response as well, where I've tried to explain things to help
get you going on that function, beyond just what "array-entering" means in
general.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Array Formula

Don't give up ..
Try this sample which shows it working:
http://www.freefilehosting.net/download/3i3j9
Frequency_demo.xls
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 20
Default Array Formula

Thanks for your help. I am afraid that my inexperience with Excel is causing
the problem. In the instruction
it says to "copy the formula" - copy from where? Does it mean to enter it?
if so do I enter it into a blank cell or into the
formula bar? I get the formula into the bar but when I select the range, it
disappears.
I have no problem doing this analysis in Lotus 1-2-3 but still am not able
to get anywhere with this application.
I cannot "paste in the formula bar" there is no menu to do this with the
sequence I have tried.
Well - Anyway I really do thank you for trying.
Gene

"Max" wrote in message
...
Don't give up ..
Try this sample which shows it working:
http://www.freefilehosting.net/download/3i3j9
Frequency_demo.xls
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---


  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Array Formula

Gene,
No worries, I'm as patient as they come
Let's give it one more try,
the sequence of steps is important ..

it says to "copy the formula" - copy from where? Does it mean to enter it?

Copy directly from what I posted (copy directly from where you're reading
this),
ie just select & copy the formula below:
=FREQUENCY(A2:A10,B2:B5)
(with the formula above selected, either Right-clickCopy or press CTRL+C to
copy)

Then go to Excel,
1. Select a columnar range of 4 cells, say select A13:A16
2. Click inside the formula bar, paste the formula
(either Right-clickPaste or press CTRL+V to paste)
then press CTRL+SHIFT+ENTER (CSE) to confirm the formula

If the CSE confirmation is done correctly, you should see (in the formula
bar)
that Excel has inserted curly braces { } around the formula, like this:
{=FREQUENCY(A2:A10,B2:B5)}

(Re-do the steps if you don't see the curlies in the formula bar)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Gene L." wrote in message
...
Thanks for your help. I am afraid that my inexperience with Excel is
causing the problem. In the instruction
it says to "copy the formula" - copy from where? Does it mean to enter it?
if so do I enter it into a blank cell or into the
formula bar? I get the formula into the bar but when I select the range,
it disappears.
I have no problem doing this analysis in Lotus 1-2-3 but still am not able
to get anywhere with this application.
I cannot "paste in the formula bar" there is no menu to do this with the
sequence I have tried.
Well - Anyway I really do thank you for trying.
Gene



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
meaning of : IF(Switch; Average(array A, array B); array A) DXAT Excel Worksheet Functions 1 October 24th 06 06:11 PM
array formula ziv Excel Discussion (Misc queries) 1 August 27th 06 12:52 PM
AND in array formula damezumari Excel Discussion (Misc queries) 1 February 10th 06 03:25 PM
Array Formula - using LEFT("text",4) in formula Andrew L via OfficeKB.com Excel Worksheet Functions 2 August 1st 05 02:36 PM
Array Formula Doug at HAL Excel Worksheet Functions 3 December 21st 04 10:27 AM


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