VBA learner ITG
Active Member
- Joined
- Apr 18, 2017
- Messages
- 272
- Office Version
- 365
- Platform
- Windows
- MacOS
Hi all,
I have this formula which provides a percentage of column B count for a Yes or No answer.
=COUNTIF(B6:B6345,"YES")/COUNTA(B6:B6345)
=COUNTIF(B6:B6345,"NO")/COUNTA(B6:B6345)
I need to know if there is another formula I could amend the above to so it counts visble fields only after i have applied a filter on the column?
I have this formula which provides a percentage of column B count for a Yes or No answer.
=COUNTIF(B6:B6345,"YES")/COUNTA(B6:B6345)
=COUNTIF(B6:B6345,"NO")/COUNTA(B6:B6345)
I need to know if there is another formula I could amend the above to so it counts visble fields only after i have applied a filter on the column?