Assistance with Formula
Hi, I have created formula =COUNTIF({JanError23}; "Error 03"). I have about 200 Errors per month that I have to count to see how many errors of each came in for the year of 2023. What can I do not to change the Error on each line from Error 1 then Error 2 by hand.
Best Answer
-
It looks like when you are inputting the error code within the formula you have a two digit number:
Error 01
Error 02
Error 03
but when you enter the error code into the Error column you have only single digit numbers:
Error 1
Error 2
Error 3
The formula will only count exact matches. So if your data in JanError23 contains Error 03 then you need to put Error 03 into the Error column.
could that be the issue?
Answers
-
@Charmaine Hi, You want to reference to the Error column so that it changes when you drag the formula below.
=COUNTIF({JanError23}, Error@row)
-
@Razetto Hi if a use =COUNTIF({JanError23}, Error@row) it takes out the count of 345
-
@Charmaine Is 345 not the correct count for Error 3?
-
It looks like when you are inputting the error code within the formula you have a two digit number:
Error 01
Error 02
Error 03
but when you enter the error code into the Error column you have only single digit numbers:
Error 1
Error 2
Error 3
The formula will only count exact matches. So if your data in JanError23 contains Error 03 then you need to put Error 03 into the Error column.
could that be the issue?
-
@kph thank you that was the issue still have a lot to learn.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 474 Global Discussions
- 209 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!