Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default Formula not copying down

I am currently trying to copy a formula down for a total of 734 rows and
across several columns. For some strange reason it stops at 641 rows. Once
I drag the formula in, the cell is just blank. I have tried a new worksheet
and also tried retyping the formula. Nothing works.

I have used this formula before in a much larger worksheet with thousands of
rows. Does anyone have any clue why this may not be working?

The formula is as follows:

{=INDEX('Grant Age by Date'!$I$10:$DK$734,MATCH('Vesting
Schedule'!$B10,'Grant Age by Date'!$B$10:$B$734,0),MATCH('Vesting
Schedule'!L$8,'Grant Age by Date'!$I$8:$DK$8,0))}

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,574
Default Formula not copying down

Well, this is an array formula. Are you hitting CTRL+SHIFT+ENTER after you
have defined your range?
--
Brevity is the soul of wit.


"LizM" wrote:

I am currently trying to copy a formula down for a total of 734 rows and
across several columns. For some strange reason it stops at 641 rows. Once
I drag the formula in, the cell is just blank. I have tried a new worksheet
and also tried retyping the formula. Nothing works.

I have used this formula before in a much larger worksheet with thousands of
rows. Does anyone have any clue why this may not be working?

The formula is as follows:

{=INDEX('Grant Age by Date'!$I$10:$DK$734,MATCH('Vesting
Schedule'!$B10,'Grant Age by Date'!$B$10:$B$734,0),MATCH('Vesting
Schedule'!L$8,'Grant Age by Date'!$I$8:$DK$8,0))}

Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default Formula not copying down

Yes.

"Dave F" wrote:

Well, this is an array formula. Are you hitting CTRL+SHIFT+ENTER after you
have defined your range?
--
Brevity is the soul of wit.


"LizM" wrote:

I am currently trying to copy a formula down for a total of 734 rows and
across several columns. For some strange reason it stops at 641 rows. Once
I drag the formula in, the cell is just blank. I have tried a new worksheet
and also tried retyping the formula. Nothing works.

I have used this formula before in a much larger worksheet with thousands of
rows. Does anyone have any clue why this may not be working?

The formula is as follows:

{=INDEX('Grant Age by Date'!$I$10:$DK$734,MATCH('Vesting
Schedule'!$B10,'Grant Age by Date'!$B$10:$B$734,0),MATCH('Vesting
Schedule'!L$8,'Grant Age by Date'!$I$8:$DK$8,0))}

Thanks!

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,574
Default Formula not copying down

Do you have calculation set to manual?

Tools--Options--Calculation--check automatic calculation. Or hit F9 to
manually force recalculation.

Dave
--
Brevity is the soul of wit.


"LizM" wrote:

Yes.

"Dave F" wrote:

Well, this is an array formula. Are you hitting CTRL+SHIFT+ENTER after you
have defined your range?
--
Brevity is the soul of wit.


"LizM" wrote:

I am currently trying to copy a formula down for a total of 734 rows and
across several columns. For some strange reason it stops at 641 rows. Once
I drag the formula in, the cell is just blank. I have tried a new worksheet
and also tried retyping the formula. Nothing works.

I have used this formula before in a much larger worksheet with thousands of
rows. Does anyone have any clue why this may not be working?

The formula is as follows:

{=INDEX('Grant Age by Date'!$I$10:$DK$734,MATCH('Vesting
Schedule'!$B10,'Grant Age by Date'!$B$10:$B$734,0),MATCH('Vesting
Schedule'!L$8,'Grant Age by Date'!$I$8:$DK$8,0))}

Thanks!

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default Formula not copying down

Yes. But I hit shift F9 and it still does not work. The formula does not
even show up in the cell.

"Dave F" wrote:

Do you have calculation set to manual?

Tools--Options--Calculation--check automatic calculation. Or hit F9 to
manually force recalculation.

Dave
--
Brevity is the soul of wit.


"LizM" wrote:

Yes.

"Dave F" wrote:

Well, this is an array formula. Are you hitting CTRL+SHIFT+ENTER after you
have defined your range?
--
Brevity is the soul of wit.


"LizM" wrote:

I am currently trying to copy a formula down for a total of 734 rows and
across several columns. For some strange reason it stops at 641 rows. Once
I drag the formula in, the cell is just blank. I have tried a new worksheet
and also tried retyping the formula. Nothing works.

I have used this formula before in a much larger worksheet with thousands of
rows. Does anyone have any clue why this may not be working?

The formula is as follows:

{=INDEX('Grant Age by Date'!$I$10:$DK$734,MATCH('Vesting
Schedule'!$B10,'Grant Age by Date'!$B$10:$B$734,0),MATCH('Vesting
Schedule'!L$8,'Grant Age by Date'!$I$8:$DK$8,0))}

Thanks!



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,574
Default Formula not copying down

Is the cell protected?

What happens if you copy and paste the formula, as opposed to dragging the
selection to increase the range?
--
Brevity is the soul of wit.


"LizM" wrote:

Yes. But I hit shift F9 and it still does not work. The formula does not
even show up in the cell.

"Dave F" wrote:

Do you have calculation set to manual?

Tools--Options--Calculation--check automatic calculation. Or hit F9 to
manually force recalculation.

Dave
--
Brevity is the soul of wit.


"LizM" wrote:

Yes.

"Dave F" wrote:

Well, this is an array formula. Are you hitting CTRL+SHIFT+ENTER after you
have defined your range?
--
Brevity is the soul of wit.


"LizM" wrote:

I am currently trying to copy a formula down for a total of 734 rows and
across several columns. For some strange reason it stops at 641 rows. Once
I drag the formula in, the cell is just blank. I have tried a new worksheet
and also tried retyping the formula. Nothing works.

I have used this formula before in a much larger worksheet with thousands of
rows. Does anyone have any clue why this may not be working?

The formula is as follows:

{=INDEX('Grant Age by Date'!$I$10:$DK$734,MATCH('Vesting
Schedule'!$B10,'Grant Age by Date'!$B$10:$B$734,0),MATCH('Vesting
Schedule'!L$8,'Grant Age by Date'!$I$8:$DK$8,0))}

Thanks!

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default Formula not copying down

It is not protected and I did try to copy and paste the formula. I also
tried rewriting the formula.

"Dave F" wrote:

Is the cell protected?

What happens if you copy and paste the formula, as opposed to dragging the
selection to increase the range?
--
Brevity is the soul of wit.


"LizM" wrote:

Yes. But I hit shift F9 and it still does not work. The formula does not
even show up in the cell.

"Dave F" wrote:

Do you have calculation set to manual?

Tools--Options--Calculation--check automatic calculation. Or hit F9 to
manually force recalculation.

Dave
--
Brevity is the soul of wit.


"LizM" wrote:

Yes.

"Dave F" wrote:

Well, this is an array formula. Are you hitting CTRL+SHIFT+ENTER after you
have defined your range?
--
Brevity is the soul of wit.


"LizM" wrote:

I am currently trying to copy a formula down for a total of 734 rows and
across several columns. For some strange reason it stops at 641 rows. Once
I drag the formula in, the cell is just blank. I have tried a new worksheet
and also tried retyping the formula. Nothing works.

I have used this formula before in a much larger worksheet with thousands of
rows. Does anyone have any clue why this may not be working?

The formula is as follows:

{=INDEX('Grant Age by Date'!$I$10:$DK$734,MATCH('Vesting
Schedule'!$B10,'Grant Age by Date'!$B$10:$B$734,0),MATCH('Vesting
Schedule'!L$8,'Grant Age by Date'!$I$8:$DK$8,0))}

Thanks!

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
Copying a formula to multiple worksheets RobHan Excel Worksheet Functions 1 February 16th 06 05:21 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
How do I prevent a formula element from incrementing when copying Copying Excel Formulas Excel Worksheet Functions 3 September 8th 05 05:15 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Paste is is copying in formula, but display is wrong. Matt Excel Worksheet Functions 2 December 7th 04 08:37 PM


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