How to Display No. of Connected Items

How can I display the total quantity of mirrored items as a number?
image

In this case, I would like the formula box to say the total number of ‘used in’. For example ‘6’.

Hi Joseph,

Try:

LEN(SPLIT({Used In},","))

Looking for a simpler way to write complex formulas? Check out the Advanced Formula Booster at https://mdboosters.com. It’s a convenient third-party app that simplifies formula writing. With it, you can spread your formulas across several lines, utilize variables, and access dozens of functions not found in the standard formula column.

1 Like

In the formula use {Connect boards#Count} When creating the formula, select “columns” find your connect boards column, then choose your connect boards column, and in the dropdown choose “Count”. Or just type in the column and then #Count inside the curly braces.

That does the job, thanks for your help!