I need help writing a formula that will count the entries in w2:w2500 from sheet 2 if 3 criterions are met.
1st does column b2:b2500 on sheet 2 =Ordered
2nd is the date in column f2:f2500 on sheet 2 =>c5 (date from sheet 1)
3rd is the date in column f2:f2500 =<d5 (date on sheet 1)
If criteria are met count w2:w2500 (note: there will be some empty cells in Column W)
Just so you know I tried this but the count was not accurate
=COUNTIFS('Sheet 2'!$W$2:$W$2504,"<>",'Sheet 2'!$F$2:$F$2504,"=<$c5",'Sheet 2'!$F$2:$F$2504,"=>$d5",'Sheet 2'!$B$2:$B$2504,"=Ordered")
Bookmarks