+ Reply to Thread
Results 1 to 3 of 3

Match/Index return #N/A

  1. #1
    DHS64
    Guest

    Match/Index return #N/A

    I have used this formula
    =INDEX($AF$7:$AN$14,MATCH(K22,$AE$7:$AE$13,0),MATCH(L22,$AF$6:$AN$6,0))

    Works great as long yoou have responses in k22 and l22 but if those are not
    yet filled in i get a #N/A is there any way to return a blank unless there
    is something in those refrenced cells.

    Thannks

  2. #2
    JE McGimpsey
    Guest

    Re: Match/Index return #N/A

    One way:

    =IF(OR(ISNA(MATCH(K22,$AE$7:$AE$13,0)),ISNA(MATCH(L22,$AF$6:$AN$6,0))),
    "", INDEX($AF$7:$AN$14,MATCH(K22,$AE$7:$AE$13,0),
    MATCH(L22,$AF$6:$AN$6,0))

    In article <0ED76E29-B3C7-420E-9F51-1140D4B8263A@microsoft.com>,
    "DHS64" <DHS64@discussions.microsoft.com> wrote:

    > I have used this formula
    > =INDEX($AF$7:$AN$14,MATCH(K22,$AE$7:$AE$13,0),MATCH(L22,$AF$6:$AN$6,0))
    >
    > Works great as long yoou have responses in k22 and l22 but if those are not
    > yet filled in i get a #N/A is there any way to return a blank unless there
    > is something in those refrenced cells.
    >
    > Thannks


  3. #3
    Roger Govier
    Guest

    Re: Match/Index return #N/A

    Hi

    One way
    =IF(OR(K22="",L22=""),"",INDEX($AF$7:$AN$14,MATCH(K22,$AE$7:$AE$13,0),MATCH(L22,$AF$6:$AN$6,0)))

    Regards

    Roger Govier


    DHS64 wrote:
    > I have used this formula
    > =INDEX($AF$7:$AN$14,MATCH(K22,$AE$7:$AE$13,0),MATCH(L22,$AF$6:$AN$6,0))
    >
    > Works great as long yoou have responses in k22 and l22 but if those are not
    > yet filled in i get a #N/A is there any way to return a blank unless there
    > is something in those refrenced cells.
    >
    > Thannks


+ 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