Add interest daily to a changing number

michaelnzha

New Member
Joined
Jan 8, 2022
Messages
2
Office Version
  1. 2021
Platform
  1. Windows
Hi. So let's say I have a cell that has a number. This number increases daily by different amounts. What I want to do is to add interest to this number everyday. (interest is a percentage of the number in the cell)

in short I want to calculate and add interest to the "TOTAL" cell daily.
 

Attachments

  • Screenshot 2022-01-08 235850.png
    Screenshot 2022-01-08 235850.png
    11.4 KB · Views: 5

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Hi,

As per your data, I put simple calculation step. Please confirm what else is required in the calculation?

Book1
ABCDE
1Sales%ComissionDebtTotal
264550.251613.7514153028.75
3
Sheet1
Cell Formulas
RangeFormula
C2C2=A2*B2
E2E2=C2+D2
 
Upvote 0
Hi,

As per your data, I put simple calculation step. Please confirm what else is required in the calculation?

Book1
ABCDE
1Sales%ComissionDebtTotal
264550.251613.7514153028.75
3
Sheet1
Cell Formulas
RangeFormula
C2C2=A2*B2
E2E2=C2+D2

I want to calculate how much is the interest for cell E2 and add it to the total. So let's say the interest is 2% daily and amount is 3028. Then it'd calculate 3028 x 0.02. And add the result to the total daily.
 
Upvote 0

Forum statistics

Threads
1,215,754
Messages
6,126,680
Members
449,328
Latest member
easperhe29

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top