+ Reply to Thread
Results 1 to 3 of 3

Bring data in another sheet without blanks between rows

  1. #1
    Forum Contributor alexxl's Avatar
    Join Date
    04-21-2015
    Location
    Romania
    MS-Off Ver
    Micrososft Office Professional Plus 2019
    Posts
    316

    Bring data in another sheet without blanks between rows

    Hello guys i would like to bring data from other sheet without bringing blanks on rows.
    My curent formula is conditioned by column d:d.

    HidroElectrica_Raport solicitari_inbound_model_Bring data without blanks.xlsx

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,131

    Re: Bring data in another sheet without blanks between rows

    are you still using version 2010

    if a later version then you can use the FILTER() function - like 365
    =FILTER('Raport CRM Orange'!A:D,'Raport CRM Orange'!D:D="Raspuns in curs de procesare prin CRM")

    I'll have to look into further if you are still on 2010 version

    depending on country version , you may need to replace the , in the formula with ;

    I have had a play and research and this formula for versions without filter should work - not sure if works in 2010 ,
    =IFERROR(INDEX('Raport CRM Orange'!A$2:A$10000,SMALL(IF('Raport CRM Orange'!$D$2:$D$10000="Raspuns in curs de procesare prin CRM",ROW(A$2:A$10000)),ROW(1:1))-1,1),"")
    needs control shift enter used to enter as an array
    and then you get {} around the formula

    added to the sample sheet

    you do need to update your profile if NOT 2010 version as later versions of excel now have a LOT of additional functions to simplify some of this type of function
    Last edited by etaf; 11-03-2022 at 03:41 AM.
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

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

    Re: Bring data in another sheet without blanks between rows

    You can use an ordinary formula (just ENTER):

    =IFERROR(INDEX('Raport CRM Orange'!A:A,AGGREGATE(15,6,ROW('Raport CRM Orange'!$D$2:$D$1500)/('Raport CRM Orange'!$D$2:$D$1500="Raspuns in curs de procesare prin CRM"),ROWS(A$2:A2))),"")

    in A2, copied across and down. See file. Try to adhere to forum guidlelines about sample files (10-20 rows maximum).
    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

+ 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. V Look Up...how to bring over blanks?
    By Statz in forum Excel General
    Replies: 4
    Last Post: 04-06-2017, 04:27 PM
  2. Replies: 2
    Last Post: 01-10-2017, 10:25 AM
  3. Macro to bring data to sheet from another sheet!!! based on certain criteria
    By cory0789 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-22-2015, 06:43 AM
  4. How to bring in random rows from another sheet
    By chopchopchops in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-17-2014, 02:04 PM
  5. [SOLVED] Copy data from one sheet to another while skipping blanks and certain rows
    By gawk1980 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-15-2013, 07:34 AM
  6. [SOLVED] Copy data from one sheet to another while skipping blanks and certain rows
    By gawk1980 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-14-2013, 01:21 PM
  7. Bring Highlighted Rows To The Top Of Sheet
    By JimmiOO in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 09-21-2011, 09:46 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