Forum Discussion
JustasG
Jan 19, 2024Copper Contributor
Counting number of items per container including dublicates
Hi, I am trying to create formula that would count the number of item codes that are in same container. As you can see in the screenshot. My desired end result would be values on the most right side...
- Jan 19, 2024
=COUNTIFS($A$2:$A$17,A2)
In my understanding you can count the number of times a container is listed.
OliverScheurich
Jan 19, 2024Gold Contributor
=COUNTIFS($A$2:$A$17,A2)
In my understanding you can count the number of times a container is listed.
- JustasGJan 19, 2024Copper ContributorThanks it worked.