Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 105
Default lookup row index number

I am using hlookup and vlookups and need to know how to increment the row
index number. Currently I am having to count from the last row I used the
formula. This creates problems when I later decide to delete rows.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 208
Default lookup row index number

Try using a dynamic range:
http://www.google.com/search?q=dynam...L_enUS228US228

http://www.google.com/url?sa=t&ct=re...ky2NrG4Iff8VBw


On Aug 31, 12:10 pm, Helen wrote:
I am using hlookup and vlookups and need to know how to increment the row
index number. Currently I am having to count from the last row I used the
formula. This creates problems when I later decide to delete rows.



  #3   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default lookup row index number

To increase as you copy down, try: ROWS($1:1)+1,
eg: =HLOOKUP(A3,D$1:F$3,ROWS($1:1)+1,0)

To increase as you across, try: =COLUMNS($A:A)+1,
eg: =VLOOKUP($A2,$G:$I,COLUMNS($A:A)+1,0)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Helen" wrote:
I am using hlookup and vlookups and need to know how to increment the row
index number. Currently I am having to count from the last row I used the
formula. This creates problems when I later decide to delete rows.

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
Index Lookup Question Noncentz303 Excel Worksheet Functions 3 August 29th 07 10:14 PM
LOOKUP OR INDEX/MATCH TO FIND NUMBER? A.S. Excel Discussion (Misc queries) 3 February 5th 07 10:29 PM
Lookup funtion: column index number (third parameter) KipB Excel Worksheet Functions 8 February 3rd 07 11:57 AM
index/match/lookup??? Emma Aumack Excel Discussion (Misc queries) 6 January 19th 07 12:14 AM
V-Lookup, column index number indicator in table array Karen.Robertson@PMI Excel Worksheet Functions 0 May 17th 06 10:51 PM


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