+ Reply to Thread
Results 1 to 4 of 4

Index and match issue

  1. #1
    Forum Contributor
    Join Date
    10-09-2010
    Location
    London
    MS-Off Ver
    Excel Version Office 365
    Posts
    211

    Index and match issue

    Dear Community

    I would be most grateful if you could guide in the formula problem.

    Cell K22 should give an answer of 73,906 base on the EU grade.

    What I am looking for is that if there is a value J22 it would look at B22, then choose V3 then multiply by E22.

    If J22 does not have a number, then K22 will be blank.
    Thanks
    Attached Files Attached Files

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

    Re: Index and match issue

    Try:

    =IF(ISNUMBER(J22),INDEX($R$3:$AB$3,MATCH(B22,$R$2:$AB$2,0))*E22,"")
    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
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Index and match issue

    Probably...

    =IF(J22="","",E22*INDEX($R$2:$AB$3,2,MATCH(B22,$R$2:$AB$2,0)))
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  4. #4
    Forum Contributor
    Join Date
    10-09-2010
    Location
    London
    MS-Off Ver
    Excel Version Office 365
    Posts
    211

    Re: Index and match issue

    Thanks a million

+ 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