+ Reply to Thread
Results 1 to 5 of 5

Consolidate data?

Hybrid View

  1. #1
    Registered User
    Join Date
    01-25-2018
    Location
    Florida
    MS-Off Ver
    2013
    Posts
    3

    Consolidate data?

    Guys

    I am sure you all can help me...

    Say I have data in a1, a3, a7, a10, a13 but I want all of the data in those cells to be consolidated and show up in e1, e2, e3, e4, e5 and so forth... so that they are consolidated without blanks, how can I do this without using the data sort and unchecking blank option. Id like to do this automatically by a function somehow.


    any thoughts??
    Attached Images Attached Images
    Last edited by zlk2000; 01-25-2018 at 10:40 PM.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,769

    Re: Consolidate data?

    In D1

    =IFERROR(INDEX(A:A,SMALL(IF(ISNUMBER($B$1:$B$15),ROW($A$1:$A$15),""),ROWS($1:1))),"")

    ...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.

    Copy to E then copy down.

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,939

    Re: Consolidate data?

    d1=IFERROR(INDEX(A:A,SMALL(INDEX(($B$1:$B$100="")*10^10+ROW($B$1:$B$100),0),ROWS(D$1:D1))),"")
    try this and copy across
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  4. #4
    Registered User
    Join Date
    01-25-2018
    Location
    Florida
    MS-Off Ver
    2013
    Posts
    3

    Re: Consolidate data?

    AWESOMEEEEEEEEEEEEEEE!! Man that is cool.Thank you very much for the help. Now I just gotta figure out what it all means so i can learn the process. very very helpful

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,769

    Re: Consolidate data?

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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. Macro to extra data in several csv and consolidate specific data
    By JEAN1972 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-10-2016, 12:02 PM
  2. Need to consolidate data, pulling data from rows that fit criteria
    By vfenix in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-12-2014, 12:18 PM
  3. Macro to consolidate data from multiple data from worksheets into on worksheet
    By neilclelland in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 09-05-2013, 11:05 AM
  4. consolidate data from multiple files/worksheets when data in variable location
    By Aaron_Tram in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-21-2013, 12:49 PM
  5. VBA to fill down for multiple data sets, then consolidate data
    By franklin225 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-07-2012, 02:37 PM
  6. Replies: 0
    Last Post: 05-21-2012, 08:47 PM
  7. Consolidate opposite pairs with data into one common pair with combined data
    By cpbrock3 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-29-2011, 12:00 PM

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