Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default increasing the row_index_num when you drag a formula

Here is my formula...

=HLOOKUP("Set #",'College Drop'!$1:$1048576,3,FALSE

I would like the row_index_num to increase as I drag the formula down.

Any help would be appreciated.

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default increasing the row_index_num when you drag a formula

Try it like this assuming you want to start with row 3.

=HLOOKUP("Set #",'College Drop'!$1:$1048576,ROWS(A$1:A3),0)

--
Biff
Microsoft Excel MVP


"Tblack78" wrote in message
...
Here is my formula...

=HLOOKUP("Set #",'College Drop'!$1:$1048576,3,FALSE

I would like the row_index_num to increase as I drag the formula down.

Any help would be appreciated.

Thanks!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 561
Default increasing the row_index_num when you drag a formula

Use: ROW() instead of a constant Number.
Micky


"Tblack78" wrote:

Here is my formula...

=HLOOKUP("Set #",'College Drop'!$1:$1048576,3,FALSE

I would like the row_index_num to increase as I drag the formula down.

Any help would be appreciated.

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
day increasing by 1 when i drag and drop dencara Excel Worksheet Functions 4 May 10th 08 07:09 PM
Hlookup-row_index_num question Eden397 Excel Worksheet Functions 4 November 10th 07 06:01 PM
Row_Index_Num Increment Jani Excel Worksheet Functions 4 October 2nd 06 06:41 PM
Increasing distance labels using drag down method Bowbender Excel Worksheet Functions 2 September 20th 05 09:25 PM
Changing the Row_index_num via HLOOKUP Mr. G. Excel Worksheet Functions 2 May 2nd 05 05:30 PM


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