Simple CountIf
I was looking for a simple COUNTIF formula to search the entire column and only count the cells that have a value. It can be any value. Does anyone happen to know of a formula that would work for me?
Best Answer
-
Hey @Cat.Cosby
Try this if you're pulling info from the same sheet. This says count any cell that is not blank
=COUNTIFS([your column]:[your column], <>"")
Use this syntax if the data is in a different sheet
=COUNTIFS({your column with data on the different sheet}, @cell<>"")
remember in a cross sheet formula you must build the cross sheet reference, you cannot simply copy paste the formula into your sheet
Will either of these work for you?
Kelly
Answers
-
Hey @Cat.Cosby
Try this if you're pulling info from the same sheet. This says count any cell that is not blank
=COUNTIFS([your column]:[your column], <>"")
Use this syntax if the data is in a different sheet
=COUNTIFS({your column with data on the different sheet}, @cell<>"")
remember in a cross sheet formula you must build the cross sheet reference, you cannot simply copy paste the formula into your sheet
Will either of these work for you?
Kelly
-
@Kelly Moore Yes this worked! thank you so much!!! I truly appreciate it!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!