+ Reply to Thread
Results 1 to 7 of 7

Adding the same info to multiple cells

  1. #1
    Registered User
    Join Date
    08-10-2011
    Location
    Windsor, Missouri
    MS-Off Ver
    Excel 2007
    Posts
    3

    Adding the same info to multiple cells

    Good morning!

    I am trying to add the same info to multiple cells in Excel 2007. I am wanting 50 of each day in the year. So essentially, it would look like:

    09/06/2011
    09/06/2011 this repeats 50 times
    09/07/2011
    09/07/2011 this repeats 50 times
    09/08/2011
    09/08/2011 this repeats 50 times

    This goes until August 31, 2012.

    Is there an easier way to accomplish this than just copy the first cell and highlight the 49 cells below it and paste and repeat for the other 364 days of the year?

    Thanks!

    Donnie

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Adding the same info to multiple cells

    Under your first date, you can use (assuming first date in A1)
    =IF(MOD(ROW(A1),50)>0, A1,A1+1) dragged down.
    You can copy > paste special>values to remove the formulas
    Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Adding the same info to multiple cells

    Hi,

    Assuming the firs date is in A1 then in A2 and copied down
    Please Login or Register  to view this content.
    adjust the -1 as appropriate if you don't start on row 1. e.g. if the first date is A11 then use -11 instead

    Regards
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  4. #4
    Registered User
    Join Date
    08-10-2011
    Location
    Windsor, Missouri
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Adding the same info to multiple cells

    I copied and pasted that formula and I can accomplish the same thing by copying A1 and highlighting 50 rows down and pasting and getting that. I didn't know if there was an easy way to do it, or if I was looking at a time-consuming project here.

    At row A51 I put in 09/07/11 and then copied the formula and changed the A1's to A51 and highlighted down to 100 and it showed up ok.

    I guess I'm not seeing what the difference is between that and just copying and pasting until I need to change the dates next year.

    Thanks!

  5. #5
    Registered User
    Join Date
    07-27-2011
    Location
    Canada
    MS-Off Ver
    Excel 2007
    Posts
    34

    Re: Adding the same info to multiple cells

    This might be a simpler solution. Manually put your first date in the first 50 rows of the column (eg A1:A50). In the cell immediately below the first 50 rows (A51) put '=A1+1'.

    Copy that formula down as far as needed.

    I'm not quite sure what is confusing you about the other solution.

    Does that work?
    Last edited by rosilisk; 08-10-2011 at 01:15 PM. Reason: Added clarification for previous methods

  6. #6
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Adding the same info to multiple cells

    Did you put the formula I gave you (amended for the row number) in A52 and copy this down for 365 * 50 rows?

    Please Login or Register  to view this content.
    Regards

  7. #7
    Registered User
    Join Date
    08-10-2011
    Location
    Windsor, Missouri
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Adding the same info to multiple cells

    Ok!! Got them all to work! Thank you. The confusion part came from me being me.... haha. Too many interruptions I guess and I was missing something here or there. Everything is good, and you all are amazing!

    Thank you!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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