#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Brad
 
Posts: n/a
Default Array formulas

I have two worksheets that are identical in the same workbook

=SMALL(IF(MATCH($R$4:$R$39,$R$4:$R$39,0)=ROW($R$4: $R$39)-CELL("Row",$R$4:$R$39)+1,$R$4:$R$39),AO5)

works just fine on the first worksheet as an array formula

But
=SMALL(IF(MATCH($R$4:$R$39,$R$4:$R$39,0)=ROW($R$4: $R$39)-CELL("Row",$R$4:$R$39)+1,$R$4:$R$39),AO5)

Doesn't work on the second worksheet as an array formula

What am I doing wrong??

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Brad
 
Posts: n/a
Default Array formulas

Check your formulas that deal with the sums and you will find your problem.

Happy New Year

"Brad" wrote:

I have two worksheets that are identical in the same workbook

=SMALL(IF(MATCH($R$4:$R$39,$R$4:$R$39,0)=ROW($R$4: $R$39)-CELL("Row",$R$4:$R$39)+1,$R$4:$R$39),AO5)

works just fine on the first worksheet as an array formula

But
=SMALL(IF(MATCH($R$4:$R$39,$R$4:$R$39,0)=ROW($R$4: $R$39)-CELL("Row",$R$4:$R$39)+1,$R$4:$R$39),AO5)

Doesn't work on the second worksheet as an array formula

What am I doing wrong??

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson
 
Posts: n/a
Default Array formulas

Since those formulas are exactly the same, I'd guess that you didn't array enter
one of them or maybe your data doesn't contain enough numeric data.

maybe wrapping your formula with a check:

=if(count($r$4:$R$39)<a05,"not enough numbers",.....

Brad wrote:

I have two worksheets that are identical in the same workbook

=SMALL(IF(MATCH($R$4:$R$39,$R$4:$R$39,0)=ROW($R$4: $R$39)-CELL("Row",$R$4:$R$39)+1,$R$4:$R$39),AO5)

works just fine on the first worksheet as an array formula

But
=SMALL(IF(MATCH($R$4:$R$39,$R$4:$R$39,0)=ROW($R$4: $R$39)-CELL("Row",$R$4:$R$39)+1,$R$4:$R$39),AO5)

Doesn't work on the second worksheet as an array formula

What am I doing wrong??


--

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
Printing formulas TUNGANA KURMA RAJU Excel Discussion (Misc queries) 7 November 28th 05 07:29 AM
Arrays Take too long. VERY HARD QUESTION. my head hurts : / belly0fdesire Excel Worksheet Functions 1 August 6th 05 12:47 AM
array formulas R.VENKATARAMAN Excel Worksheet Functions 7 June 16th 05 10:25 PM
array formulas johnT Excel Worksheet Functions 14 March 29th 05 08:35 AM
VBA Import of text file & Array parsing of that data Dennis Excel Discussion (Misc queries) 4 November 28th 04 10:20 PM


All times are GMT +1. The time now is 10:14 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"