+ Reply to Thread
Results 1 to 5 of 5

Using INDEX instead of OFFSET

  1. #1
    Forum Contributor
    Join Date
    07-06-2008
    Location
    NC
    Posts
    149

    Using INDEX instead of OFFSET

    I am trying to use the INDEX instead of OFFSET.

    Attached is the file. Just can't figure this one out. I have all my pulldowns using offsets and working fine but need an INDEX function for one of my files.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor Richard Schollar's Avatar
    Join Date
    05-23-2006
    Location
    Hampshire UK
    MS-Off Ver
    Excel 2002
    Posts
    1,264
    Hi

    Isn't that just:

    =INDEX($F$26:$F$35,F39+1)

    (this mimics your current OFFSET function. However, i don't see that this is really doing anything - what are you hoping to achieve?)

    Richard

  3. #3
    Forum Contributor
    Join Date
    07-06-2008
    Location
    NC
    Posts
    149

    Thanks

    This works nice....

    When I select something from Column A, I want the anything associated with that row to also be selected....
    So if I select 3 on column A, then 3 from Column H and I will also show. Of course the 3 is only an example of my actual data.

    Thanks again -

  4. #4
    Valued Forum Contributor Richard Schollar's Avatar
    Join Date
    05-23-2006
    Location
    Hampshire UK
    MS-Off Ver
    Excel 2002
    Posts
    1,264
    Right, the Offset and the INDEX are both incorrect in which case - you actually want:

    =INDEX($F$39:$F$49,$F$26)

    If you replace the values with alpha values, you'll see why it was round the wrong way.

    Richard

  5. #5
    Forum Contributor
    Join Date
    07-06-2008
    Location
    NC
    Posts
    149

    Thanks

    I got it now!

    Thanks

+ 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