I am creating a KPI app for our mattress manu...

I am creating a KPI app for our mattress manufacturing factory.

Can anyone help me with this formula?

I have a column (Name) which lists all of our staff names.

However only four of our staff (Overlock)

The formula below works if I enter only one staff members name. I am trying to SHOW_IF =CONTAINS([Name], โ€œJASONโ€)

How would I enter multiple staff members names?

0 1 420
1 REPLY 1

Hi I have solved my question with this expression.

SHOW IF =IN([Name], LIST(NAME 1, NAME 2, NAME 3, NAME 4))

Top Labels in this Space