+ Reply to Thread
Results 1 to 2 of 2

Auto Copy a Value from a Cell and Paste it in Another Cells in another row

  1. #1
    Registered User
    Join Date
    06-11-2013
    Location
    arsguide spoonfuls
    MS-Off Ver
    Excel 2003
    Posts
    1

    Exclamation Auto Copy a Value from a Cell and Paste it in Another Cells in another row

    i need a ms excel formula which automatically do like this
    it should copy the value in
    `B1` and should paste it from `A1` to `A7` and then copy the value in
    `B8` and should paste it from `A8` to `A14` and then copy the value in
    `B15`and should paste it from `A15` to `A21` and so on...
    hope you understand, if not please let me know. i will try to expand my question thank you!

    waiting for your answer.

    (my excel version : 2007)

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

    Re: Auto Copy a Value from a Cell and Paste it in Another Cells in another row

    In A1 = B1

    In A2 copied down
    = IF(MOD(ROW(),7)=1, B2, A1)
    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

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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