I've just gotten a new job. My boss has given me some accrual sheets to work out. I am given a start date and an end date. I have to populate the spreadsheet to show how many days were in each month between the two dates, like so:
Col A
Start Date
14/4/18
Col B
End Date
28/8/18
Col C
March
0
Col D
April
17
Col E
May
31
Col F
June
30
Col G
July
28
I am having to manually input the start date, end date (the dates come from a string of text detailing the transaction) and then work out the number of days in each month. I have trawled youtube for several hours now and after playing around with Row and Indirect functions, I'm not too sure I'm barking up the right tree. Hopefully there is an easy method for the month columns to automatically self-populate the number of days in their month, between the two dates. There are over 500 transactions on some sheets and it's very time consuming and mind numbing. I would be greatly appreciative if some clever person could point me in the right direction? Thanks