Hi all,
Here’s a screenshot of the Google Sheet I’m working with:
And here’s the formula in B2:
=COUNTIF('2016'!D:D,"Bad timing on their end")+COUNTIF('2017'!D:D,"Bad timing on their end")+COUNTIF('2018'!E:E,"Bad timing on their end")+COUNTIF('2019'!E:E,"Bad timing on their end")+COUNTIF('2020'!G:G,"Bad timing on their end")+COUNTIF('2021'!J:J,"Bad timing on their end")+COUNTIF('2022'!M:M,"Bad timing on their end")+COUNTIF('2023'!L:L,"Bad timing on their end")+COUNTIF('2024'!L:L,"Bad timing on their end")
I’m looking for a way to drag this formula (B2) down the column, such that I don’t have to change “Bad timing on their end” in each row. (Everything else in the formula remains the same.)
Can anyone help?
Thanks so much!