+ Reply to Thread
Results 1 to 3 of 3

selective function

Hybrid View

  1. #1
    Registered User
    Join Date
    11-11-2012
    Location
    Cairo
    MS-Off Ver
    Excel 2007
    Posts
    2

    selective function

    I have two tables and i want to make a formula that way

    When B=E then A=Fasking.xlsx

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

    Re: selective function

    You have trailing spaces in Col E. Either remove those by using the TRIM function and use
    In B3
    =INDEX(F:F,MATCH(B3,E:E,0))
    Copy down

    or use
    =INDEX(F:F,MATCH(B3,TRIM(E:E),0))
    Confirm with Ctrl+Shift+Enter and not just Enter
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    11-11-2012
    Location
    Cairo
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: selective function

    Both formulas didn't work

+ 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