+ Reply to Thread
Results 1 to 5 of 5

Copy from general sheet to other sheets by month / year

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    05-16-2012
    Location
    Latina, ITALY
    MS-Off Ver
    Excel 2010--2016
    Posts
    947

    Copy from general sheet to other sheets by month / year

    Good evening I would like to transfer from the Nomi sheet
    To sheet1 the rows in column C or the date of the previous year,
    * Or until the first semester of this year.
    In sheet2, all the rows in column C date in the second half of current year.
    Thanks
    Attached Files Attached Files

  2. #2
    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: Copy from general sheet to other sheets by month / year

    What date do you want the cut-off to be? You have not stated it CLEARLY.
    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

  3. #3
    Forum Contributor
    Join Date
    05-16-2012
    Location
    Latina, ITALY
    MS-Off Ver
    Excel 2010--2016
    Posts
    947

    Re: Copy from general sheet to other sheets by month / year

    Thank you Glenn
    The desired result is what you see in sheet1 and sheet2.
    I got it manually but, I would like to get it with formulas
    thanks.

  4. #4
    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: Copy from general sheet to other sheets by month / year

    I used several array formulae, variants of this one:

    =IF($C2="","",INDEX('Nomi '!A:A,SMALL(IF('Nomi '!$C$2:$C$7<='Nomi '!$E$2,ROW('Nomi '!$C$2:$C$7)),ROWS(Foglio1!A$2:A2))))

    Array Formulae are a little different from ordinary formulae in that they MUST be confirmed in the FIRST CELL ONLY by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. After that, the array can be dragged down as normal, to cover the desired range.

    You will know the array is active when you see curly brackets { } - or "curly braces" for those of you in the USA, or "flower brackets" for those of you in India - appear around the outside of your formula. If you do not use CTRL+SHIFT+ENTER you will (almost always) get an error message or an incorrect answer. Press F2 on that cell and try again.

    Don't type the curly brackets yourself - it won't work...

    You did not tell me what the date cut-off was, so I made a guess and put it into cell Nomi !E2
    Attached Files Attached Files

  5. #5
    Forum Contributor
    Join Date
    05-16-2012
    Location
    Latina, ITALY
    MS-Off Ver
    Excel 2010--2016
    Posts
    947

    Re: Copy from general sheet to other sheets by month / year

    Perfect thank you very much.
    Works well
    goodbye see you soon

+ 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. Replies: 11
    Last Post: 05-18-2016, 07:25 PM
  2. Running Totals from 24 hours to month, month to year without year decreasing
    By Safetyintern in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-20-2015, 01:13 PM
  3. Copy between sheets if month and year suitable
    By jankas89 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-06-2014, 04:25 AM
  4. Replies: 3
    Last Post: 09-04-2013, 10:49 AM
  5. If Column A Month and Year = ColumnB Todays Month and Year then send email
    By HACCStaff in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-15-2013, 12:47 AM
  6. [SOLVED] Excel vba copy data from general sheets and organize them in separate sheets.
    By excelsubb in forum Excel Programming / VBA / Macros
    Replies: 40
    Last Post: 01-24-2013, 08:01 AM
  7. [SOLVED] All sheets date format to general expect master sheet
    By farrukh in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-05-2012, 01:31 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