I have a sheet that has reached the max number of cells but I have more data to add. It there an easy way to reference more than one sheet to get all the data on one sheet for dashboarding purposes?
I started to create a blank sheet that would count the number of rows based on specific criteria but it doesn't seem to be calculating correctly. The sheet referenced is only the month of August so I wouldn't expect to have a value for anything past the month of August.
=COUNTIF({Call Analytics Phase 2 August Range 1}, CONTAINS([Week#]@row, @cell))