Results 1 to 4 of 4

Excel 2007 : Ignoring blanks with array formula?

Threaded View

  1. #1
    Registered User
    Join Date
    10-24-2011
    Location
    Bridport, England
    MS-Off Ver
    Excel 2007
    Posts
    3

    Ignoring blanks with array formula?

    Heyyo,

    I'm currently using an array formula to search through a table for multiple instances of one criterion and return text from another column:

    PHP Code: 
    {=IFERROR(INDEX(GrandTab,SMALL(IF(COUNTIF($C$4,INDEX(GrandTab,,1,1))>0,ROW(GrandTab)-MIN(ROW(GrandTab))+1),ROW(A7)),10),"")} 
    Where C4 is my criterion, and it looks through GrandTab to find all matching data, then returns lists of text from column 10. My problem is that many cells matching C4 have blank values in column 10, and I need to skip over those, so I get a solid list of text returns back from column 10 without a load of blanks in between.

    I've seen "<>" included to do this somehow, but I'm not sure how it works and where to use it.

    Any help you guys can offer would be greatly appreciated, thanks!
    Last edited by jetimmins; 10-25-2011 at 06:46 AM.

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