+ Reply to Thread
Results 1 to 3 of 3

Array formula, copy column to another column ignoring blank

  1. #1
    Registered User
    Join Date
    06-26-2018
    Location
    USA
    MS-Off Ver
    2017
    Posts
    9

    Post Array formula, copy column to another column ignoring blank

    Hello,


    I'm working with spreadsheet Column A-Z. There's three different table in the sheet. Table 1 Column I, Row (I10: I50) have data includes blank. What I want to do is extract data from column I, Row (I10: I50) to column T Row (T2: T8) without blank.



    Thank you in advance

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,958

    Re: Array formula, copy column to another column ignoring blank

    In T2, array-enter (enter using Ctrl-Shift-Enter) the formula

    =IFERROR(INDEX(I:I,SMALL(IF($I$10:$I$50<>"",ROW($I$10:$I$50)),ROW(A1))),"")

    and copy down to T3:T8.
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Registered User
    Join Date
    06-26-2018
    Location
    USA
    MS-Off Ver
    2017
    Posts
    9

    Re: Array formula, copy column to another column ignoring blank

    OMG!!!! thank you very much for your help. You saved me tons of time with your formula.

+ 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: 5
    Last Post: 09-15-2016, 03:31 AM
  2. Replies: 0
    Last Post: 10-29-2015, 04:15 PM
  3. Replies: 12
    Last Post: 03-04-2015, 04:28 PM
  4. Ignoring rows with a blank cell in one column
    By twomack1 in forum Excel General
    Replies: 11
    Last Post: 11-12-2014, 03:49 PM
  5. Count how often value changes in a column, ignoring blank cells
    By flyaway in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-28-2014, 04:09 AM
  6. [SOLVED] Sorting a text column while ignoring blank cells
    By mic2mic in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-30-2013, 04:58 AM
  7. Help with ignoring blank cells when drawing a column chart
    By Iibboh in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 02-13-2012, 04:24 PM

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