Hello,
I am trying to create a formula that counts the total size (EQA) of the jobs that are due in the next 5 working days.
I am using this formula but it's coming up with 0
=SUMIFS(EQA:EQA, [Delivery Date]:[Delivery Date], ISDATE(1), [Delivery Date]:[Delivery Date], NETWORKDAYS(TODAY(), TODAY(7), 0))
Any help on this would be greatly appreciated because I need to do a few of these calculations.