Forum Discussion

Zeusadmin's avatar
Zeusadmin
Copper Contributor
Jan 11, 2024

Help with table, calculating cost

Hello

 

I'm trying to work out how to make a table populate a cost for me. I want to be able to select the item for x amount of days and my spreadsheet tell me how much that will cost. I have the day rate, the quantity (variable), number of days (variable) and discount percentage. Can anyone tell me what I should be doing?

 

 

5 Replies

  • Zeusadmin's avatar
    Zeusadmin
    Copper Contributor
    I'm nearly there using =ROUND((C2/7 * D2 * E2) * (1 - F2/100), 2)
    It gives me the correct figure before the discount comes off. I just cant get it to subtract the discount
    See below. 0.51 - 72% is 0.14 and thats what I'm trying to get to
    0.0238 8 19 72% 0.51
  • =ROUND((A1 * B1 * C1) * (1 - D1/100), 2)

    Here's a breakdown of the formula:

    A1: Day rate
    B1: Quantity
    C1: Number of days
    D1: Discount percentageage in D1.
    • Zeusadmin's avatar
      Zeusadmin
      Copper Contributor
      This is wonderful thankyou, though i've just noticed that i have a 7 day rate, not a day rate and thats whats throwing my total off.

Resources