+ Reply to Thread
Results 1 to 7 of 7

Lookup and filtering

  1. #1
    Registered User
    Join Date
    08-29-2012
    Location
    Amman
    MS-Off Ver
    Excel 2007
    Posts
    36

    Lookup and filtering

    Hi ..
    I am new to excel .. I made a sheet with lookup function cells that look and return data from another sheet in the same workbook
    when I tried to sort the data .. the lookup function didn't work correctly .. and I can't fixt it ..

    can u help me ??

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Lookup and filtering

    You sorted the data in the lookup table?

    If so, then LOOKUP() needs data to be sorted in ascending order. You can revert to VLOOKUP() instead if you want to find exact matches in a sorted/unsorted list.

    e.g.

    if you had =LOOKUP(A1,X1:Z1)

    then change to =VLOOKUP(A1,X1:Z1,3,FALSE)
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    08-29-2012
    Location
    Amman
    MS-Off Ver
    Excel 2007
    Posts
    36

    Re: Lookup and filtering

    I sorted the data in the original table ( table of data ) that I return the data from

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Lookup and filtering

    Try the VLOOKUP then. See if it gets fixed.

  5. #5
    Registered User
    Join Date
    08-29-2012
    Location
    Amman
    MS-Off Ver
    Excel 2007
    Posts
    36

    Re: Lookup and filtering

    unfortunately it is not working

  6. #6
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Lookup and filtering

    If you can, attach a sample showing what you are experiencing.

  7. #7
    Registered User
    Join Date
    08-29-2012
    Location
    Amman
    MS-Off Ver
    Excel 2007
    Posts
    36

    Re: Lookup and filtering

    thanks a lot ... I solve it using Index and match functions

    thank you for helping

+ 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