Below in green is just a small section of my dataset. The formula in F15 pulling the answer of 24 pulls in everything for 2024. I need to pull in everything year to date prior year. I'd assume I'd want to pull in data from column AS instead of AU. and instead of referencing F$3 which is 2024 I referenced something like <=20242 for week 2 of 2024? But I also need to not include anything from 2023, 2022, 2021. My current formula is:
=COUNTIFS('Bid Log New'!$AU:$AU,F$3,'Bid Log New'!$J:$J,"yes, won job")
=COUNTIFS('Bid Log New'!$AU:$AU,F$3,'Bid Log New'!$J:$J,"yes, won job")