Feb 08, 2023 07:26 AM
I'm new to coding so I'm a bit out of my depth.
I have a "Multiple Select" field and I'm trying to create a new field which counts how many selections were made for each record.
The items are given a rating depending on how many selections they can tick.
I have the below but I'm certain I'm making lots of very basic errors.
Any suggestions would be greatly appreciated.
{Sustainability Rating} = "n",
(("n" = 0)
IF({Sustainability Checklist}, "Is the item plastic free?", "n"+1),
IF({Sustainability Checklist}, "Is the item made from recycled material?", "n"+1),
IF({Sustainability Checklist}, "Is the item fully recyclable?", "n"+1)
)
Solved! Go to Solution.
Feb 08, 2023 09:36 AM
Hi,
You would think it would be an IF formula, but it's not.
Here's the formula you want:
Jody
Feb 08, 2023 09:36 AM
Hi,
You would think it would be an IF formula, but it's not.
Here's the formula you want:
Jody
Feb 08, 2023 09:57 AM
Thanks so much Jody.
I'll have a play with this tomorrow and let you know how I get on.
Much appreciated.
J
Jun 23, 2023 01:50 PM
Thank you @bruceconsulting for this solve! It's been driving me crazy!