+ Reply to Thread
Results 1 to 5 of 5

retaining equations

  1. #1
    Registered User
    Join Date
    03-13-2007
    Posts
    40

    retaining equations

    made an estimate sheet with the following columns.

    a= qty
    b= item
    c= item amount (i input this amount)
    d= ext amount (=A18*C18 / qty x item amount)
    e= discounted price (=D18*(1-F18) / % in column F x ext amount)
    f= % off (i input this amount ie 25% off)

    all works ok if i just use things as is....

    here's where i have problems....

    let's say i have an item that is qty of 1, item amount 1200.00 and i give 16% off, which comes to 1008.00. so i decide to round this down to 1000.00 even.... no problem, i just fo to my e column and type in 1000.00 all is well.

    but.... if i need to go back and change something on that column... lets say it been awhile since the quote, i need to change the price to 1300.00 as the item went up.... now when i go to the percent column and add my percent, the discounted price does not change as it has lost the (=D18*(1-F18) since i typed into that cell prior.

    i guess what i'm asking is there a way to have excel "retain" the initial equation if i needed it, after i have typed into the cell?

    i hope this is clear.....

    thanks for your help

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,610
    No.
    You will have to decide either to:
    • accept the calculated value as is,
    • round the calculated value to the nearest 100 using "=floor()" or "=round()" function,
    • redesign your sheet with columns for qty, unit price, cost of order, discount rate(%), discount amt (cost X d-rate), additional discount ($) and final sale price (ttl cost - discount amt - additional discount)

    Ben Van Johnson

  3. #3
    Registered User
    Join Date
    03-13-2007
    Posts
    40
    i guess i'll try the round... can i round to the nearest number, be it up or down? i'm grateful for any help... pretty new to all this code stuff

    thanks for your help

  4. #4
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,610
    I don't know what your sheet looks like but, I would suggest adding the additional columns. That would make future mods and tweaks easier. However, here example of floor and round:
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    03-13-2007
    Posts
    40
    i'll give it a look, thank you for your help

+ 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