+ Reply to Thread
Results 1 to 2 of 2

Autofill formula to next cell without dragging

  1. #1
    Registered User
    Join Date
    01-04-2005
    Posts
    2

    Autofill formula to next cell without dragging

    I want the formula in the above cell to autofill down without dragging when cells used in the formula are populated.


    Ex/ Enter $ amount in B2 and C2 and the formula from D1 (=C1/B1) fills down automatically populating D2 with formula (=C2/B2).

    I have a worksheet that someone else created that is currently doing this without a Macro, but can't figure it out.

    Thanks.

  2. #2
    Forum Expert
    Join Date
    12-24-2004
    Location
    Sweden
    Posts
    1,256
    As far as I know, Excel can not put a formula in a cell without code.

    Ola


    Note:
    If it is to avoid #DIV/0!, this formula can be used:
    =IF(AND(ISVALUE(B1),ISVALUE(C1)),C1/B1,"")

+ 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