+ Reply to Thread
Results 1 to 5 of 5

First second third non blanks without ROW or COLUMN Functions

  1. #1
    Registered User
    Join Date
    01-22-2015
    Location
    calgary
    MS-Off Ver
    2010
    Posts
    6

    First second third non blanks without ROW or COLUMN Functions

    Hi ,

    I want to get first second and third non blanks. Column and Row functions are not supported. Please see the attachment for more info.
    Any help is appreciated.
    Attached Files Attached Files
    Last edited by seenu151; 01-22-2015 at 06:36 PM.

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: First second third non blanks without ROW or COLUMN Functions

    Instead of using ROW & COLUMN, which are just technically shortcuts, you could explicitly state the lazy array they refer to.

    B9:
    Please Login or Register  to view this content.
    copied over and down

    Produces result identical to your output.
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  3. #3
    Registered User
    Join Date
    01-22-2015
    Location
    calgary
    MS-Off Ver
    2010
    Posts
    6

    Re: First second third non blanks without ROW or COLUMN Functions

    I am getting all zeros. Can you please double check..

  4. #4
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    Office 2021
    Posts
    2,237

    Re: First second third non blanks without ROW or COLUMN Functions

    Try in B9

    =INDEX($B$3:$M$3,MATCH(1,INDEX((COUNTIF($B$8:$M8,$B$3:$M$3)=0)*ISNUMBER($B$3:$M$3),0),0))

    Copy down & across.
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

  5. #5
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: First second third non blanks without ROW or COLUMN Functions

    I apologize. INDEX(..SMALL(IF is an array formula.

    Most array formulas require you activate them.

    This is confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer. Press F2 on that cell and try again.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 8
    Last Post: 06-15-2016, 09:53 AM
  2. [SOLVED] Creating Single Column List from multi-row/column table and removing blanks
    By ChemistB in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 03-10-2014, 02:23 PM
  3. Replies: 1
    Last Post: 08-13-2012, 10:59 AM
  4. Scan a Column A (numbers and blanks) and copy its contents WITHOUT BLANKS into Column B
    By bighandsam in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-12-2012, 05:16 PM
  5. Skip Blanks in Paste Functions
    By Reyan123 in forum Excel General
    Replies: 2
    Last Post: 11-03-2006, 03:20 AM

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