+ Reply to Thread
Results 1 to 5 of 5

Excel 2010 sort, find, match associated value

  1. #1
    Registered User
    Join Date
    07-16-2013
    Location
    Ottawa, Canada
    MS-Off Ver
    Excel 2010
    Posts
    5

    Excel 2010 sort, find, match associated value

    When I type a GL code in a cell I need to match this GL Code in E91:E104 and drop the Project Name (cells F91:F104) value that matches the GL Code into the cell this formula is inserted in. Help please.

  2. #2
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: Excel 2010 sort, find, match associated value

    in just right cell of GL code use formula as.. (assuming you are entring GL code in A1, and putting below formula in B1

    =vlookup(A1,E91:F104,2,0)
    Regards!
    =DEC2HEX(3563)

    If you like someone's answer, click the star to give them a reputation point for that answer...

  3. #3
    Registered User
    Join Date
    07-16-2013
    Location
    Ottawa, Canada
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Excel 2010 sort, find, match associated value

    Thanks, but I get #REF error. You assumed correct but I need to drop in B1 the matching value of the GL Code from F91:F104.
    i.e when I type in A1 413000-47116 I want Tax Project to auto populate in B1.
    GL Code Project Name
    413000-47116 Tax Project
    412000-41073 Release Program
    413000-47132 Tax Project
    413000-47155 Digital Strategy - MDM Online Statements (Digital Strategy)
    413000-47133 Book Value
    413000-47144 Tax Project
    413000-47091 Fatca
    413000-47141 PIC Back Office - 2013
    413000-47168 PEI & BC Harmonization Project
    413000-47171 FATCA
    413000-47148 Rate Of Return (Net Invested Bar Charts)
    413000-47032 2013 Spring Performance project
    413000-47163 Alternative Investments Project
    412000-41074 2013 Release Program

  4. #4
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Excel 2010 sort, find, match associated value

    Slight change to Debraj's formula..

    In B1
    =vlookup(A1,$E$91:$F$104,2,FALSE)
    or
    =INDEX($F$91:$F$104,MATCH(A1,$E$91:$E$104,0))
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  5. #5
    Registered User
    Join Date
    07-16-2013
    Location
    Ottawa, Canada
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Excel 2010 sort, find, match associated value

    Bravo! the =INDEX($F$91:$F$104,MATCH(A1,$E$91:$E$104,0)) did the trick, thank you so much.
    Have a super day.
    Wade

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Find & Replace text in Word 2010 with Excel 2010 values.
    By pricep in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-14-2015, 06:36 AM
  2. Sort in Pivot (Excel 2010)
    By Bandini in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 01-16-2013, 10:11 AM
  3. Sort Excel 2010 Table by Headers
    By Phoenix5794 in forum Excel General
    Replies: 2
    Last Post: 08-23-2012, 10:47 AM
  4. [SOLVED] Looking for automatic sort in excel 2010
    By akalien in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-24-2012, 10:51 AM
  5. Excel 2010 - Pivot table Report SORT
    By blackbadger in forum Excel General
    Replies: 0
    Last Post: 01-25-2011, 10:32 AM

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