AshishBuddha
6 years agoQrew Member
Contains with list
Hello ,
I have a checkbox formula field that looks like this.
New values are added every week. Instead of editing the formula everytime is there a way i can create a table with values (a simple form to add new values) and reference the table in my contains formulae.
If(
Contains([Field Name],"Value 1")
or Contains([Field Name],"Value 2")
or Contains([Field Name],"Value 3 ")
or Contains([Field Name],"Value 4")
, true,
false
)
Thanks
Ashish
------------------------------
ashish buddha
------------------------------
I have a checkbox formula field that looks like this.
New values are added every week. Instead of editing the formula everytime is there a way i can create a table with values (a simple form to add new values) and reference the table in my contains formulae.
If(
Contains([Field Name],"Value 1")
or Contains([Field Name],"Value 2")
or Contains([Field Name],"Value 3 ")
or Contains([Field Name],"Value 4")
, true,
false
)
Thanks
Ashish
------------------------------
ashish buddha
------------------------------