Results 1 to 6 of 6

An INDEX MATCH formula has blank cell - need to ignore or delete

Threaded View

  1. #4
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: An INDEX MATCH formula has blank cell - need to ignore or delete

    Try this
    In a10:
    Formula: copy to clipboard
    =IF(IFERROR(""&INDEX('Customer Data'!C3:C4,MATCH(A8,CustomerList,0)),"")="",IFERROR(""&INDEX('Customer Data'!I3:I4,MATCH(A8,CustomerList,0)),""),IFERROR(""&INDEX('Customer Data'!C3:C4,MATCH(A8,CustomerList,0)),""))

    In a11:
    Formula: copy to clipboard
    =IF(IFERROR(""&INDEX('Customer Data'!I3:I4,MATCH(A8,CustomerList,0)),"")=A10,"",IFERROR(""&INDEX('Customer Data'!I3:I4,MATCH(A8,CustomerList,0)),""))


    See attached

    Hope this helps
    Attached Files Attached Files
    A picture may be worth a thousand words, BUT, a sample Workbook is worth a thousand screenshots!
    -Add a File - click advanced (next to quick post), scroll to manage attachments, click, select add files, click select files, select file, click upload, when file shows up at bottom left, click done (bottom right), click submit
    -To mark thread Solved- go top of thread,click Thread Tools,click Mark as Solved
    If you received helpful response, please remember to hit the * of that post

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