Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions,microsoft.public.excel.programming,microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Getting #ref error after row / cell is this a limit in excel 2003 tiasal2

Getting #ref error after row / cell is this a limit in excel 2003 tia
sal2
Greetings All

I’m getting a strange #ref error message in excel and I’m not sure
why. Everything works great up to cell and row……But when I get past
that the #ref error pops up. Is this a limit to excel 2003? Anyone
have any workarounds or recommendations?

The code I start to get the error at is =INDEX($D$3:$D$62,2*ROWS
($1:31)+COLUMNS($D:D)-2)

An image can be found at http://test.onewithall.net/problem/excel_problem.jpg
or the Excel file can be found at is http://test.onewithall.net/problem/excel_problem.xls

Tia sal2
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions,microsoft.public.excel.programming,microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Getting #ref error after row / cell is this a limit in excel 2003tia sal2

You are trying to index the range D3:D62 (i.e. 60 cells), but your
expression:

2*ROWS($1:31)+COLUMNS($D:D)-2

will evaluate to 61, so Excel is telling you that this is outside the
range you are trying to index.

Hope this helps.

Pete

On Mar 20, 4:35*pm, wrote:
Getting #ref error after row / cell is this a limit in excel 2003 tia
sal2
Greetings All

I’m getting a strange #ref error message in excel and I’m not sure
why. *Everything works great up to cell and row……But when I get past
that the #ref error pops up. *Is this a limit to excel 2003? Anyone
have any workarounds or recommendations?

The code I start to get the error at is =INDEX($D$3:$D$62,2*ROWS
($1:31)+COLUMNS($D:D)-2)

An image can be found athttp://test.onewithall.net/problem/excel_problem.jpg
or the Excel file can be found at ishttp://test.onewithall.net/problem/excel_problem.xls

Tia sal2


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions,microsoft.public.excel.programming,microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Getting #ref error after row / cell is this a limit in excel 2003 tia sal2

The problem is that you have a total range size of 60 cells indexed:

=INDEX($D$3:$D$62 = 60

But you're asking the formula to return cell number 61:

2*ROWS($1:31)+COLUMNS($D:D)-2 = 61

Since there is no cell number 61 in the indexed range you get the #REF!
error.

--
Biff
Microsoft Excel MVP


wrote in message
...
Getting #ref error after row / cell is this a limit in excel 2003 tia
sal2
Greetings All

I’m getting a strange #ref error message in excel and I’m not sure
why. Everything works great up to cell and row……But when I get past
that the #ref error pops up. Is this a limit to excel 2003? Anyone
have any workarounds or recommendations?

The code I start to get the error at is =INDEX($D$3:$D$62,2*ROWS
($1:31)+COLUMNS($D:D)-2)

An image can be found at
http://test.onewithall.net/problem/excel_problem.jpg
or the Excel file can be found at is
http://test.onewithall.net/problem/excel_problem.xls

Tia sal2


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
Getting #ref error after row / cell is this a limit in excel 2003 tia sal2 please_post_to_groups Excel Discussion (Misc queries) 4 March 21st 09 08:58 PM
Getting #ref error after row / cell is this a limit in excel 2003 tia sal2 please_post_to_groups Excel Worksheet Functions 4 March 21st 09 08:58 PM
Getting #ref error after row / cell is this a limit in excel 2003 tiasal2 [email protected] Excel Discussion (Misc queries) 2 March 20th 09 04:55 PM
Getting #ref error after row / cell is this a limit in excel 2003 tiasal2 [email protected] Excel Worksheet Functions 2 March 20th 09 04:55 PM
Excel 2003 cell limit BillJ Excel Programming 0 August 7th 06 08:02 PM


All times are GMT +1. The time now is 09:27 AM.

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"