Afro_Cookie
Board Regular
- Joined
- Mar 17, 2020
- Messages
- 103
- Office Version
- 365
- Platform
- Windows
I want to count the number of blank cells in A:A but only relating to my table size. Is there a way to only have the cells in my current table be counted?
Formula's I've tried so far with no luck:
Also, I know it's not VBA code, but wanted to show it nicely. VBA is an option if that is the best method.
Formula's I've tried so far with no luck:
VBA Code:
=countblank(A:A)
=countif(A:A,"")
Also, I know it's not VBA code, but wanted to show it nicely. VBA is an option if that is the best method.