Gos-C
Active Member
- Joined
- Apr 11, 2005
- Messages
- 258
- Office Version
- 365
- 2016
- Platform
- Windows
Hi all,
I have the following formula in cell EG1:
=COUNTIF$EG2:$EG550,"a")
but I need to use a dynamic range instead of the fixed range.
I tried:
=COUNTIF(OFFSET($EG2,0,0,COUNTA($EG:$EG),1),"a")
and
=COUNTA(OFFSET($EG2,0,0,MATCH(1E+306,$EG:$EG),"a")
but neither works.
Any help, please?
Thank you,
Gos-C
I have the following formula in cell EG1:
=COUNTIF$EG2:$EG550,"a")
but I need to use a dynamic range instead of the fixed range.
I tried:
=COUNTIF(OFFSET($EG2,0,0,COUNTA($EG:$EG),1),"a")
and
=COUNTA(OFFSET($EG2,0,0,MATCH(1E+306,$EG:$EG),"a")
but neither works.
Any help, please?
Thank you,
Gos-C