Hello,
Is it possible to include the value of a cell in the COUNTIF range?
I have a couple formulas counting the number of cells in a range that are > 1. I can hardcode in the range. However, the last cell in the range can change. The column remains constant. The last row value is in cell T13.
Example:
This “hardcoded” version works fine; however the S113 location can change –
=COUNTIF(S33:S113,">1")
Something like this is what I had in mind –
=COUNTIF(S33:S: & range(“T13”).value,">1")
Thanks for viewing,
Steve K.
Is it possible to include the value of a cell in the COUNTIF range?
I have a couple formulas counting the number of cells in a range that are > 1. I can hardcode in the range. However, the last cell in the range can change. The column remains constant. The last row value is in cell T13.
Example:
This “hardcoded” version works fine; however the S113 location can change –
=COUNTIF(S33:S113,">1")
Something like this is what I had in mind –
=COUNTIF(S33:S: & range(“T13”).value,">1")
Thanks for viewing,
Steve K.