I am looking to to sort data between two dates. I can manually type the dates into the formula but if I reference a drop down cell the formula does not work.
This formula works:
=COUNTIFS('PLANNER 25'!$A$2:$A$176, ">=3/1/2024",'PLANNER 25'!$A$2:$A$176, "<=7/24/2024",'PLANNER 25'!$C$2:$C$176,'Repair %'!A23)
This formula does not work:
=COUNTIFS('PLANNER 25'!$A$2:$A$176, ">=C21",'PLANNER 25'!$A$2:$A$176, "<=E21",'PLANNER 25'!$C$2:$C$176,'Repair %'!A23)
I have tried various version with and without "" or >= symbols... if it references another cell the formula does not work.
Thanks for any help
This formula works:
=COUNTIFS('PLANNER 25'!$A$2:$A$176, ">=3/1/2024",'PLANNER 25'!$A$2:$A$176, "<=7/24/2024",'PLANNER 25'!$C$2:$C$176,'Repair %'!A23)
This formula does not work:
=COUNTIFS('PLANNER 25'!$A$2:$A$176, ">=C21",'PLANNER 25'!$A$2:$A$176, "<=E21",'PLANNER 25'!$C$2:$C$176,'Repair %'!A23)
I have tried various version with and without "" or >= symbols... if it references another cell the formula does not work.
Thanks for any help