Count how many time the same value appears in a row without defining value in the function
I am building a sheet where we log car registration number / car number plate. Let's say there are 3 column for Date, Time and Rego number. I want to make another column that shows how many time the same Rego number has been logged in the sheet without defining the value of what the function is looking for but rather just grab the value from Cell X and check through Column X
Best Answer
-
Are you looking for something like this?
If so, you can use the COUNTIF function.
=COUNTIF([Rego Number]:[Rego Number], [Rego Number]@row)
Answers
-
Are you looking for something like this?
If so, you can use the COUNTIF function.
=COUNTIF([Rego Number]:[Rego Number], [Rego Number]@row)
-
Yes ! now I see where I have gone wrong. I used the same function before, following others' example but I had all the of as @row so it did not work. Thank you !
-
Glad I could help! 😁
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives