Formula for pro rate in excel

alyssajk

New Member
Joined
Jan 11, 2022
Messages
1
Office Version
  1. 2016
Platform
  1. Windows
Hi there,

I would like to have a formula so that when I enter the date of go live, it will calculate the pro rated amount?

Example: go live in Jan
Monthly: $140.00 (to be pro-rated)
Annual: $1680
Pro-rated base on go live
Fiscal Year starts in Oct.

Usually I will just enter =$140*9 = $1260

Is there a way I can make a formula instead?

Thank you!
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Beginning versus the end of the month makes a difference. Adjust accordingly. Try this:
Book1
AB
1
2Month Go Live1/30/22
3Fiscal Month Starts10/30/22
4Monthly Amount140
5Annual1680
6Pro-rated 1256.547945
Sheet1
Cell Formulas
RangeFormula
B6B6=YEARFRAC(B2,B3,3)*12*B4
 
Upvote 0

Forum statistics

Threads
1,214,972
Messages
6,122,530
Members
449,088
Latest member
RandomExceller01

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