Hi everyone,
I want to edit this query
=COUNTIFS('Sheet1'!E2:E465,7,'Sheet1'!F2:F465,2)
so that when I drag/copy it sideways, as in, next cell to the right the 2 stays constant and the 7 increments like
=COUNTIFS('Sheet1'!E2:E465,8,'Sheet1'!F2:F465,2)
and so on etc
=COUNTIFS('Sheet1'!E2:E465,9,'Sheet1'!F2:F465,2)
=COUNTIFS('Sheet1'!E2:E465,10,'Sheet1'!F2:F465,2)
no luck with the $ next to the 7