Hello,
I have two dates:
Initial Before
Jan-11 Oct-10
Feb-11 Sep-10
I'd like to know how I can have a macro that writes the date between them by adding these dates to two new rows and look in the price table for the price for that month. I'm using VLOOKUP for this, but I think it has a more efficient way:
Initial Before Range Price
Jan-11 Oct-10 Jan-11 0
Dec-10 12
Nov-10 11
Oct-10 10
Feb-11 Sep-10 Feb-11 0
Jan-11 0
Dec-10 12
Nov-10 11
Oct-10 10
Sep-10 9
Thank you.