Hey,
So I'm trying to pull combined sales data of an item between certain dates. The sheet I'm pulling from has the data by day so I'd need it combined for the specific dates queried using the item number.
Currently I was trying =SUMIFS(MIS!G:G,MIS!D:D,">="&DATE('PV Database'!O:O),MIS!D:D"<="&DATE('PV Database'!P:P),[[Item Number]]=MIS!A:A) but it doesn't seem to work...
The "at" from [item number] was removed due to the site thinking it was a link.
"MIS G" contains sales by day
"MIS D" contains the date by day
"PV Database O" contains start date
"PV Database P" contains end date
"MIS A" contains the item number
Apologies I can't share the document! Hopefully what I've noted here makes sense to someone...
Thanks
So I'm trying to pull combined sales data of an item between certain dates. The sheet I'm pulling from has the data by day so I'd need it combined for the specific dates queried using the item number.
Currently I was trying =SUMIFS(MIS!G:G,MIS!D:D,">="&DATE('PV Database'!O:O),MIS!D:D"<="&DATE('PV Database'!P:P),[[Item Number]]=MIS!A:A) but it doesn't seem to work...
The "at" from [item number] was removed due to the site thinking it was a link.
"MIS G" contains sales by day
"MIS D" contains the date by day
"PV Database O" contains start date
"PV Database P" contains end date
"MIS A" contains the item number
Apologies I can't share the document! Hopefully what I've noted here makes sense to someone...
Thanks