+ Reply to Thread
Results 1 to 2 of 2

Copying data from a partially empty colum in one sheet to another sheet

  1. #1
    Registered User
    Join Date
    10-06-2024
    Location
    York
    MS-Off Ver
    2021
    Posts
    1

    Copying data from a partially empty colum in one sheet to another sheet

    Hello,

    I am trying to get data (totals of individual purchases within a budget spreadsheet) from one sheet to another automatically. If I wanted to just have the colums identical, that would be simple. However many of the rows in the colum im copying from are blank, and I do not want to copy the blank cells-- for instance I'm wanting Sheet2!E3 to go to Sheet1!A3, but Sheet2!E9 to go to Sheet1!A4, without the empty Sheet2!E4:E8 being copied at all.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,795

    Re: Copying data from a partially empty colum in one sheet to another sheet

    Welcome to the forum.

    Try:

    =FILTER(Sheet2!E1:E50,Sheet2!E1:E50<>"")
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

+ 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. finding empty row in sheet and copying data in next two rows.
    By barrowinfurnace in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-26-2020, 07:49 PM
  2. copying the work sheet name in all rows in a specified colum
    By srinivasan1965 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 12-27-2019, 09:53 AM
  3. Need to adjust macro to only export one sheet but name of sheet partially changes
    By taylorsm in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-13-2018, 05:37 AM
  4. Replies: 3
    Last Post: 12-12-2017, 05:07 AM
  5. [SOLVED] Trouble copying 1st empty cell from one sheet to 1st empty cell in 2nd sheet.
    By BobW1952 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-29-2014, 02:56 PM
  6. [SOLVED] Macro to copy cell value of Sheet1 to next empty cell of colum A in Sheet 2
    By JamesFinch in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-15-2014, 02:54 PM
  7. Using a macro to copying data from 1 sheet, and pasting into next empty cell
    By Varial in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-13-2012, 04:05 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