+ Reply to Thread
Results 1 to 4 of 4

Extract Data from one sheet another without blanks appearing

  1. #1
    Registered User
    Join Date
    10-10-2013
    Location
    Northampton, England
    MS-Off Ver
    Excel 2007
    Posts
    25

    Extract Data from one sheet another without blanks appearing

    Hello, sorry to bother you guys again!!!

    I am trying to extract all the data for each corresponding month from the master sheet in to separate sheets, I have used a look up I don't think is the best way to do as its gives me blank rows. Please help!!

    I have attached my working file

    Thank you

    Suraiya
    Attached Files Attached Files

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Extract Data from one sheet another without blanks appearing

    In O3 Cell of Master Sheet

    =IFERROR(VLOOKUP(C3,LookupLists!A:C,3,FALSE),"")

    Drag it down…


    In D5 Cell of Feb Sheet - Array Formula - Requires CTRL+SHIFT+ENTER

    =IFERROR(INDEX(Master!$F$1:$F$50,SMALL(IF(Master!$O$1:$O$50=$B$2,ROW(Master!$O$1:$O$50)-MIN(ROW(Master!$O$1:$O$50))+1),ROW(A1))),"")

    Array formulas need to be entered using the key combination of CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT key then hit ENTER.

    Drag it down...


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    10-10-2013
    Location
    Northampton, England
    MS-Off Ver
    Excel 2007
    Posts
    25

    Re: Extract Data from one sheet another without blanks appearing

    Thank you sooooooooooo muchhhhhhhh Sixth Sense!!!

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Extract Data from one sheet another without blanks appearing

    Glad it helps you and thanks for the feedback and rep

+ 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. Extract data from a horizontal range with blanks and create a vertical list
    By dommcg in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-07-2013, 10:41 AM
  2. [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
  3. [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
  4. Extract Data from one table to another without blanks
    By pilot_guy2 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-05-2012, 07:50 PM
  5. Extract data by skipping blanks into a summarized form
    By Alina in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-14-2006, 08:10 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