I have a few formulas on the top 3 rows of my sheet that are KPIs for the sheet. Since they consume the top few rows, I cannot select the entire column in the formula or it returns an error of Circular or Blocked. So I need to start the range with (ColumnHeading4:ColumnHeading99) and I cannot figure out how to always include the last row of data. The sheet is our project's issues log and new issues continue to be added via a form to the first empty row at the bottom of the sheet.
Right now I have to change the formulas on a regular basis so that I always include all of the rows in the data.
Is there a way to signify in the formula that it should always include the last row that contains data?
Thanks - David