+ Reply to Thread
Results 1 to 4 of 4

HLOOKUP Row_index_num help

Hybrid View

matt_the_brum HLOOKUP Row_index_num help 12-20-2006, 05:43 AM
Bryan Hessey try ... 12-20-2006, 06:20 AM
matt_the_brum Thanks. I just increased the... 12-20-2006, 08:31 AM
Bryan Hessey good to see, and thanks for... 12-20-2006, 08:39 AM
  1. #1
    Registered User
    Join Date
    02-04-2004
    Posts
    30

    HLOOKUP Row_index_num help

    Hi,

    I'm using =HLOOKUP(RATES!$B$10,PriceList!$B$2:$H$32,4,FALSE) in cell B4.
    I want to copy the formula down column B, but I want the Row_Index_Num to be equal to the row number, not fixed at 4. Is there an easier way of doing this other than changing the formula manually in every cell?

    Thanks,

    Matt

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by matt_the_brum
    Hi,

    I'm using =HLOOKUP(RATES!$B$10,PriceList!$B$2:$H$32,4,FALSE) in cell B4.
    I want to copy the formula down column B, but I want the Row_Index_Num to be equal to the row number, not fixed at 4. Is there an easier way of doing this other than changing the formula manually in every cell?

    Thanks,

    Matt
    try

    =HLOOKUP(RATES!$B$10,PriceList!$B$2:$H$32,row(),FALSE)

    but that will not work past row 31

    hth
    ---
    Last edited by Bryan Hessey; 12-20-2006 at 06:26 AM.
    Si fractum non sit, noli id reficere.

  3. #3
    Registered User
    Join Date
    02-04-2004
    Posts
    30
    Thanks. I just increased the rows in my table array to allow for row 31.

  4. #4
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by matt_the_brum
    Thanks. I just increased the rows in my table array to allow for row 31.
    good to see, and thanks for the response
    ---

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1