+ Reply to Thread
Results 1 to 4 of 4

Copying cell formula with a constant formula value

  1. #1
    Forum Contributor
    Join Date
    04-18-2011
    Location
    Jeddah
    MS-Off Ver
    Excel 2007
    Posts
    362

    Copying cell formula with a constant formula value

    I need help please filling all my excel table cells with the following formula that is placed in E10 cell:

    =(1000-E9)*D10

    So when I copy the above cell formula horizontally the E9 should be replaced with F9 in the next cell and G9 in the cell after and so on in accordance with the horizontal cell respective letter along the reaming horizontal cells however D10 in the formula should remain fixed as (D10).
    And when copying E10 cell formula vertically, cell E9 in the formula should stay fixed as (E9) and the D10 should change to D11 in the next cell and D12 in the cell after and so on in accordance with the vertical cell respective number along the reaming vertical cells.
    Last edited by Khaldon; 02-18-2012 at 07:11 AM.

  2. #2
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,710

    Re: Copying cell formula with a constant formula value

    Use this formula,

    Please Login or Register  to view this content.

  3. #3
    Forum Contributor
    Join Date
    04-18-2011
    Location
    Jeddah
    MS-Off Ver
    Excel 2007
    Posts
    362

    Re: Copying cell formula with a constant formula value

    Thank you for your help.

    One more thing please, how can I roundup the resulting formula values to the nearest decimal digits.
    For example if the resulting formula result was 1234, I would like the cell to display 1.3, and if the result was 176 I would like it to display .2 and so on.

  4. #4
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,649

    Re: Copying cell formula with a constant formula value

    Try:
    =ROUNDUP((1000-E$9)*$D10/1000,1)
    Hope it helps
    Quang PT

+ 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