Hi there,
I'm trying to split an amount within a given month:
<tbody>
</tbody>
Therefore, assuming that the number and amount booked is done evenly on a daily basis and considering the fact that in March, the period is 3 March - 31 March, while in May it is 1 May - 5 May, is it possible to have a formula that calculates the amount by month?
I have been using =D2/(DAYS360(B2,C2)) to find out the daily number booked, then multiplying this by the days in a given month to find out the monthly value, but is there a more elegant way of doing this where I can define the month in another sheet (Col. B), to return the following in Col. C and D?
<tbody>
</tbody>
Any help you can give me would be much appreciated.
Thanks so much.
I'm trying to split an amount within a given month:
Customer | From | To | Total number booked | Total amount booked |
A | 3 March 2013 | 5 May 2013 | 458 | £5,000 |
<tbody>
</tbody>
Therefore, assuming that the number and amount booked is done evenly on a daily basis and considering the fact that in March, the period is 3 March - 31 March, while in May it is 1 May - 5 May, is it possible to have a formula that calculates the amount by month?
I have been using =D2/(DAYS360(B2,C2)) to find out the daily number booked, then multiplying this by the days in a given month to find out the monthly value, but is there a more elegant way of doing this where I can define the month in another sheet (Col. B), to return the following in Col. C and D?
Customer | Month | Monthly number booked | Monthly amount booked | ||
A | March 2013 |
<colgroup><col><col></colgroup><tbody> </tbody> | £2,258.06 | ||
A | April 2013 |
<tbody> </tbody> |
<tbody> </tbody> | ||
A | May 2013 | 30 | £322.58 |
<tbody>
</tbody>
Any help you can give me would be much appreciated.
Thanks so much.