+ Reply to Thread
Results 1 to 4 of 4

Extract value from Range Column ignoring blank cells

  1. #1
    Registered User
    Join Date
    11-10-2022
    Location
    KSA
    MS-Off Ver
    2016
    Posts
    2

    Extract value from Range Column ignoring blank cells

    Hi,

    I need help, i want to extract value from a range of column ignoring blank cells

    Range(A1:I1)



    my formula is {=IFERROR(INDEX($A$1:$I$1,1,ROW(1:1)),"")}

    thxx.png

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,064

    Re: Extract value from Range Column ignoring blank cells

    Try:

    =IFERROR(INDEX($1:$1,AGGREGATE(15,6,COLUMN($A$1:$S$1)/($A$1:$S$1<>""),ROWS(A$5:A5))),"")

    in A5 copied down.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: Lá fhéile Pádraig sona dhaoibh

  3. #3
    Registered User
    Join Date
    11-10-2022
    Location
    KSA
    MS-Off Ver
    2016
    Posts
    2

    Re: Extract value from Range Column ignoring blank cells

    Thank you, Sir Glenn.

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,064

    Re: Extract value from Range Column ignoring blank cells

    You're welcome.



    It would be very nice if you were to just click the Add Reputation button at the foot of any of the posts of members who helped you reach a solution.

    Finally, if that takes care of your original question, please click on "Thread Tools" from the menu link (just above the first post in the thread) and mark this thread as SOLVED.

+ 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. [SOLVED] Loop through column to add hyperlinks ignoring blank cells
    By ghostly1 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-10-2020, 04:07 AM
  2. 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
  3. [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
  4. Replies: 5
    Last Post: 01-24-2013, 06:29 AM
  5. 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
  6. Counting some blank cells and ignoring others in a range.
    By kborgers in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-05-2009, 04:27 AM
  7. Ignoring Blank Cells in a range
    By BigH in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-23-2006, 11:10 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