I am trying to calculate the average age of a group of patients under the column heading of Age. Is there anyway to calculate it as to point out the column heading title instead of the referencing the column range reference. Also, the age range can vary as well (meaning, sometimes, there's 30 rows and sometimes 45 rows)and I am sure I have to use the offset function; I'm just not sure how to incorporate it.
For instance: I want to change this: =COUNTIF(Data!H2:H35,">=65")& " patients over 65"
In the formula H2:H35 are under the column of age and as new data columns get added, it might shift so I don't want to have to go back to check the reference again if it a new column gets added.
Thanks for any help anyone can offer.
For instance: I want to change this: =COUNTIF(Data!H2:H35,">=65")& " patients over 65"
In the formula H2:H35 are under the column of age and as new data columns get added, it might shift so I don't want to have to go back to check the reference again if it a new column gets added.
Thanks for any help anyone can offer.