+ Reply to Thread
Results 1 to 15 of 15

If, and, or, index, & match

Hybrid View

  1. #1
    Registered User
    Join Date
    04-27-2010
    Location
    Houston, TX
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: If, and, or, index, & match

    Nevermind, I fixed the vector formula part. Now I'm just trying to figure out how to get rid of the N/A if the formula does not have a result. Such as the second part of the equation. I've got it to where it will give me the correct result each and every time but now I am working to get the N/A off again.

    Suggestions?

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

    Re: If, and, or, index, & match

    Perhaps

    =IF(Data!$E48="",0,IF($G48="NA",IF(ISNUMBER(MATCH(Data!$E48,Profiles!$B$5:$B$10,0)),INDEX(Profiles!$B$5:$O$10,MATCH(Data!$E48,Profiles!$B$5:$B$10,0),LOOKUP(RIGHT($D48,2)+0,{10,11,12,13,14},{12,11,10,9,8})),""),IF(ISNUMBER(MATCH(Data!$E48,Profiles!$B$15:$B$19,0)),INDEX(Profiles!$B$15:$O$19,MATCH(Data!$E48,Profiles!$B$15:$B$19,0),LOOKUP(RIGHT($D48,2)+0,{10,11,12,13,14},{12,11,10,9,8})),"")))
    you may have to adjust ranges again to suit
    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.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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