Forum Discussion
lloydantonio
Feb 27, 2024Copper Contributor
Quarterly revenue formula help needed
Hi all,
I need some urgent help today if anyone has any ideas.
I have revenue with start date and end date (e.g. 10th January to 5th December) and need a formula to allocate the proportional revenue to each quarter of that year.
One complication is that the start dates include some data from 2020 however I only want to see the revenue in 2021 Q1-Q4
Any help would be greatly appreciated!
8 Replies
Sort By
- djclementsBronze Contributor
lloydantonio Please open the attached workbook and see if the results are what you were aiming for. You can change the Calendar Year from 2021 to 2020 and the results will update accordingly. I'm not entirely sure how you wanted to handle the different currencies, but it's a start anyways...
- lloydantonioCopper ContributorThats amazing thankyou. Quick questions:
(1) How does the info in row2 work? The EOMONTH(2)?
(2) is it possible to do all of this ONLY using the green cells. In other words to not have the orange text you added to the top and in some way incorporate it into the formula itself?- djclementsBronze Contributor
lloydantonio No worries, in the newly attached workbook (v2) I used the DATE function to reference the quarterly start and end dates directly within the IF formula, and simplified the logic used in my previous response. I also removed the "Days" column and calculated it directly within the same formula.
Regarding the EOMONTH formula, it can be used to return the last day of the month, n months in the past or future. If you're interested in learning more about this function, please see: https://exceljet.net/functions/eomonth-function