Countif referencing another sheet not working
I have a column in another sheet called Ranking (Text/Number field). It contains numbers from 1-200. Using this formula it's returning a value of 0 which is not accurate from the column I selected. Is there something I'm missing?
=COUNTIF({Ranking}, >100)
I even tried to complete the formula in the sheet directly and it's displaying 0 which isn't correct.
=COUNTIF(AMLAW:AMLAW, >100)
Any help would be great.
Comments
-
Hi Jamie,
Just to clarify, you're looking to count the number of rows that have more than 100 in that column, correct?
Your formula is structured correctly, so it may have to do with how the numbers are input into that column. If they are returned from a formula, it's possible the numbers are being translated into a text string.
To make sure a number is showing up as a number and not a text string, look to see if the numbers are appearing on the right hand side of the cell. If they are, then they are input as numbers. If your numbers are appearing on the left side of the cell, they are somehow being turned into text.
If all of your numbers are being returned as text, adjust your COUNTIF formula to have quotes around the 100, like so:
=COUNTIF({Ranking}, >"100")
Otherwise, if they are indeed numbers and yet your formulas are still not working, it would be useful to see a screen capture of your sheet (removing any sensitive data).
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!