PRORATA
Returns the pro rated days in a month as a fraction of the total number of days in a month for each month between the two dates specified (both inclusive).
The PRORATA function considers all the days in a month in its calculation.
Syntax: PRORATA (
start_date
,
end_date
)
Example: PRORATA ( DATE ( 2024 , 06 , 15 ) , DATE (2024 , 09 , 06 ) )
Output: June 2024: 0.53; July 2024: 1, August 2024: 1; September 2024: 0.2
Last updated
Was this helpful?