Hello, I hope someone can help.
I have a start date and end date with a value associated those dates. I want to create a monthly view showing the value if a date is between the start and stop date.
cell B3 contains the "Start date" 10/2/18, cell C3 contains the "End Date" 10/5/18, and cell D3 will have the value 300.
I want to have the dates in a column of Oct 1 through Oct 31 say in column A and for the dates 10/2 through 10/5 I want the result to be the value 300 in the cells next to the start and end date. I have tried to use sumifs with greater data in column C and with a second criteria data less than data in column d each one works individually but for some reason the 2 together delvers a 0 in all cases.
I have a start date and end date with a value associated those dates. I want to create a monthly view showing the value if a date is between the start and stop date.
cell B3 contains the "Start date" 10/2/18, cell C3 contains the "End Date" 10/5/18, and cell D3 will have the value 300.
I want to have the dates in a column of Oct 1 through Oct 31 say in column A and for the dates 10/2 through 10/5 I want the result to be the value 300 in the cells next to the start and end date. I have tried to use sumifs with greater data in column C and with a second criteria data less than data in column d each one works individually but for some reason the 2 together delvers a 0 in all cases.