HI everyone,
Could someone help me solve this formula? I need to have the "revenue per month amount" cell (in gray) added to the corresponding months, considering the project will be happening in that month by reading from the estimated start and end date columns.
I am currently using the following formula which is using helper columns/cells:
=IF(AND($[Estimated Projects Start Date]@row >= aug@row, $[Estimated Project End Date]@row >= aug$1), $[Revenue per month (weighted)]@row, "")
The helper columns have the start of the month (eg: augs@row = 01/08) and the aug$1 would have the last day of the month.
But It's not working for all dates. I tried changing the but I feel there's a bit of logic still missing.
Appreciate any help!