# Calculating duplicated items in an arrow

**URL:** https://community.glideapps.com/t/calculating-duplicated-items-in-an-arrow/66568
**Category:** Ask for Help
**Created:** [September 27, 2023, 3:26pm UTC](https://community.glideapps.com/t/calculating-duplicated-items-in-an-arrow/66568 "2023-09-27T15:26:58Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Swellart](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/swellart/32/6118_2.png) [@Swellart](https://community.glideapps.com/u/Swellart)
#### Post date: [September 27, 2023, 3:26pm UTC](https://community.glideapps.com/t/calculating-duplicated-items-in-an-arrow/66568/1 "2023-09-27T15:26:58Z")

</div>

Hello! Is there any way to calculate duplicate elements in an array in Glide?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [September 27, 2023, 4:36pm UTC](https://community.glideapps.com/t/calculating-duplicated-items-in-an-arrow/66568/2 "2023-09-27T16:36:22Z")

</div>

Try the ‘Duplicated Items’ column type.

---

<div class="post-metadata">

### Author: ![Swellart](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/swellart/32/6118_2.png) [@Swellart](https://community.glideapps.com/u/Swellart)
#### Post date: [September 27, 2023, 5:11pm UTC](https://community.glideapps.com/t/calculating-duplicated-items-in-an-arrow/66568/3 "2023-09-27T17:11:57Z")

</div>

> [@Jeff\_Hager](#):
>
> ‘Duplicated Items’ column type.

Thanks Jeff for your help!  
I’ve already tried it. The problem is that I have several duplicate elements in my array and I need to calculate the specific element and depending on its quantity trigger the next action.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [September 28, 2023, 12:33am UTC](https://community.glideapps.com/t/calculating-duplicated-items-in-an-arrow/66568/4 "2023-09-28T00:33:13Z")

</div>

So do you mean you have to take out all the duplicated elements, and how many times each of them appear?

---

<div class="post-metadata">

### Author: ![Swellart](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/swellart/32/6118_2.png) [@Swellart](https://community.glideapps.com/u/Swellart)
#### Post date: [September 28, 2023, 6:12am UTC](https://community.glideapps.com/t/calculating-duplicated-items-in-an-arrow/66568/5 "2023-09-28T06:12:54Z")

</div>

Thank you ThinhDinh for your desire to help!  
This means that I’m only interested in specific elements and how many times each of them appears. All other duplicates don’t bother me.
