Looking for help on how to use prorate function by Month with one formula for the following data structure
Raw data sheet: One row per project:
Start date; End date; $
Metric rollup sheet
Start of Month; End of Month; Month; Year; Prorated $:
I know I can do this but not sure if I can prorate in the same formula
=SUMIFS({$}, {Start Date}, <=[End of Month]@row, {End Date}, >=[Start of Month]@row)