+ Reply to Thread
Results 1 to 7 of 7

Copy data from a sheet to another automatically

  1. #1
    Registered User
    Join Date
    10-10-2015
    Location
    Italy
    MS-Off Ver
    Office365
    Posts
    41

    Copy data from a sheet to another automatically

    Hello gents,
    I would understand who to copy the data automatically, from a sheet to another.
    In the enclosed example, on EXP sheet we have some data, i would like that this data goes automatically in the sheet RESUME and anytime i will data in the EXP sheet, for instance adding it on row 9-10-11 etc.
    , the data is created automatically also in the sheet resume on the first available row. Is it possible?

    Hope i was clear.
    Thank you
    Best Regards,
    Roberto
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,463

    Re: Copy data from a sheet to another automatically

    I presume you will have similar headings, so you can put this formula in A3 of the Resume sheet:

    =Exp!A3&""

    Then put this formula in B3:

    =IF($A3="","",Exp!B3)

    and copy across into C3:D3

    Format those 4 cells how you would like to see them (you can use the Format Painter icon to copy the format from row 3 of the Exp sheet), then copy the formulae down as far as you need them.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    10-10-2015
    Location
    Italy
    MS-Off Ver
    Office365
    Posts
    41

    Re: Copy data from a sheet to another automatically

    Could you please put it into the example file? I have italian excel and i get error message pasting the formula.
    Thank you,
    Roberto

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,463

    Re: Copy data from a sheet to another automatically

    Okay, here it is. You probably have to use semicolons ( ; ) instead of commas ( , ), and of course you need to translate IF to the Italian equivalent. It is not clear that you are from Italy, though, as your profile gives your location as "1905" - please update so that we'll know in future.

    Pete
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    10-10-2015
    Location
    Italy
    MS-Off Ver
    Office365
    Posts
    41

    Re: Copy data from a sheet to another automatically

    Thank you very much, got it, i did not get the use of "", it worked perfectly.
    Now is becoming a bit harder, supposing EXP is a monthly sheet, at some point the expenses of EXPApril will end and we will have EXPMay, is it possible that the data of this expenses will fill the first available row after the last one of EXPApril, of course i can, after April, add into the following row the same code adapted you teached me, i am just wondering if it is possible to do it automaticlaly?
    Thank you,
    Roberto
    Attached Files Attached Files

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,463

    Re: Copy data from a sheet to another automatically

    It becomes a bit more complicated if you want to gather data from multiple sheets, but it can be done. I'm just about to have a meal break, so I'll get back to you later.

    Pete

  7. #7
    Registered User
    Join Date
    10-10-2015
    Location
    Italy
    MS-Off Ver
    Office365
    Posts
    41

    Re: Copy data from a sheet to another automatically

    Perfect, thank you.
    Roberto

+ 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. Data to copy over to next sheet automatically
    By Peterino in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-29-2014, 05:00 PM
  2. [SOLVED] Automatically copy a row of data from one sheet to another
    By bodi22577 in forum Excel General
    Replies: 13
    Last Post: 01-24-2014, 01:14 PM
  3. Copy row data from one sheet to another sheet automatically
    By chewfoong in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-01-2013, 10:47 PM
  4. [SOLVED] How to Automatically Copy New Data into the next sheet and have it automatically sorted??
    By ReedDOT in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 04-24-2013, 10:50 AM
  5. How do I Copy certain data to another sheet-automatically
    By scrumpyjack in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 01-26-2013, 11:15 AM
  6. [SOLVED] Automatically copy data from one sheet to another
    By BradGe in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 09-03-2012, 04:09 AM
  7. Replies: 5
    Last Post: 06-21-2012, 05:16 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