Sorry but it would just to take to long to change all the data for a sample.
I used that method because the text strings are needed elsewhere and, where possible, I like to keep things standardised.
However, I tried using actual dates and putting the >/< symbols into the formula itself, but again this doesn't work. This is the formula I used...
=SUMIFS(DE_Subtotal,DE_Date,">="&(INDEX('Helper Cells'!J4:J15,MATCH('Monthly Report'!D4,Report_Month,0))),DE_Date,(INDEX('Helper Cells'!K4:K15,MATCH('Monthly Report'!D4,Report_Month,0))),DE_Line,'Monthly Report'!$D$6)
Again when I removed the INDEX:MATCH and just put in ">="& and directly referenced the cell with the date in it calculates the data fine
So again I am confused
Bookmarks