+ Reply to Thread
Results 1 to 3 of 3

Coping formula down

  1. #1
    Jennifer
    Guest

    Coping formula down

    If i have a form that user enters info, hits add and it adds data say columns
    a-d how do i get the formulas i have in say columns e through g to fill in
    the same number of rows of data i now have. I have always done it the easy
    way just copying down 100 rows but I want to build this so i don't have to
    come back later when the data exceeds 100 rows. Do you got me? Thank you-
    Jennifer
    --
    Though daily learning, I LOVE EXCEL!
    Jennifer

  2. #2
    Dr. Solver
    Guest

    RE: Coping formula down

    Dear Jennifer.

    When ever you copy a formula and you want to past it into other cell use
    "past special" in this feature you will see different choice; in your case
    use “Formula" so it will past the same formula you coped. Hold the Ctrl Key
    and past as many as you wish. Another way of pasting formula, copy the
    formula and highlight the cells and past special and then formula.

    I hoop I helped you.
    My email is: [email protected]




    "Jennifer" wrote:

    > If i have a form that user enters info, hits add and it adds data say columns
    > a-d how do i get the formulas i have in say columns e through g to fill in
    > the same number of rows of data i now have. I have always done it the easy
    > way just copying down 100 rows but I want to build this so i don't have to
    > come back later when the data exceeds 100 rows. Do you got me? Thank you-
    > Jennifer
    > --
    > Though daily learning, I LOVE EXCEL!
    > Jennifer


  3. #3
    Mike Fogleman
    Guest

    Re: Coping formula down

    Assuming row 1 has headers and your formula is in row 2, this will copy the
    formula in E2 down to the last entry below D2:

    Range("E2", Range("D2").End(xlDown)).Offset(0, 1).FillDown

    Mike F
    "Jennifer" <[email protected]> wrote in message
    news:[email protected]...
    > If i have a form that user enters info, hits add and it adds data say
    > columns
    > a-d how do i get the formulas i have in say columns e through g to fill in
    > the same number of rows of data i now have. I have always done it the easy
    > way just copying down 100 rows but I want to build this so i don't have to
    > come back later when the data exceeds 100 rows. Do you got me? Thank you-
    > Jennifer
    > --
    > Though daily learning, I LOVE EXCEL!
    > Jennifer




+ 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