Caramelsky88
New Member
- Joined
- Oct 11, 2017
- Messages
- 2
Hi everyone!
I have a VBA question that is stumping me. I need a formula that looks at the date and based on how many days there are in the month divides the number next to it and allocates the rest of the amount to the following month. like for example:
If these are the date ranges [TABLE="width: 500"]
<tbody>[TR]
[TD]12/21/2015[/TD]
[TD]1/22/2016[/TD]
[TD]531[/TD]
[/TR]
[TR]
[TD]1/22/2016[/TD]
[TD]2/22/2016[/TD]
[TD]416[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I would need to find out how much of the 531 and 416 are apart of Jan 2016. Can someone help out with this??
Thanks in advance!
I have a VBA question that is stumping me. I need a formula that looks at the date and based on how many days there are in the month divides the number next to it and allocates the rest of the amount to the following month. like for example:
If these are the date ranges [TABLE="width: 500"]
<tbody>[TR]
[TD]12/21/2015[/TD]
[TD]1/22/2016[/TD]
[TD]531[/TD]
[/TR]
[TR]
[TD]1/22/2016[/TD]
[TD]2/22/2016[/TD]
[TD]416[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I would need to find out how much of the 531 and 416 are apart of Jan 2016. Can someone help out with this??
Thanks in advance!