I need to sum a forecast value based on whether the "close date" is earlier than the "last order date", but cannot seem to get this to work.
I've tried using =SUMIF(I:I,(DATEVALUE(I))<DATEVALUE(H),G:G) but I get a zero result even when there is a value in the G column. H is the "close date" and I is the "last order date". H & I are formatted as dates in the international style.
I'd appreciate any help that you can give.
Thanks in advance
I've tried using =SUMIF(I:I,(DATEVALUE(I))<DATEVALUE(H),G:G) but I get a zero result even when there is a value in the G column. H is the "close date" and I is the "last order date". H & I are formatted as dates in the international style.
I'd appreciate any help that you can give.
Thanks in advance