Using HAS to search multi select column @ each row in a single cell

I'm getting the formatting confused here,
I have a sheet where I want to in one cell search and identify whether a multi select cell contains a value and provide yes/no as a result. Team Name has a list of team names I want to search in to find a specific "Team". I want to look in line, having each subsequent row look at the next row's Team Name column and row. I thought the @cell and @ row would work but it says #UNPARSEABLE.
=IF(HAS([Team Name]@cell, [Team Name]@row "Team"), "yes", “no”)
Also is there a link for a good place to read up on how to use these cell references?
Answers
-
@Kate HC please try this instead , i hope its works.
=IF(HAS([Team Name]@row, "Team"), "yes", "no")
If my comment helps you, I appreciate a 💡
Kind regards
Nico | LinkedIn
CEO | Lighthouse Consultings
Lecturer in Business Information Systems | DHBW
________________________________________________________________________________
addvalue@lighthouseconsultings.com
We offer Licenses - Training - Solution Engineering
🔴 GOLD Smartsheet Partner _______________________________________________
💯 SCALEABLE Solutions Engineered by Lighthouse Consultings
We Don’t Just Implement Smartsheet; We Revolutionize How You Manage, Plan, And Execute.
-
@NicoLHC unfortunately that didn't work either.. any other ideas?
-
@Paul Newcome any insight on why =IF(HAS([Team Name]@row, "Team"), "yes", "no")
is not parseable?
-
@Kate H searching for Team A =IF(HAS([Team Name]@row, "Team A"), "yes", "no")
If my comment helps you, I appreciate a 💡
Kind regards
Nico | LinkedIn
CEO | Lighthouse Consultings
Lecturer in Business Information Systems | DHBW
________________________________________________________________________________
addvalue@lighthouseconsultings.com
We offer Licenses - Training - Solution Engineering
🔴 GOLD Smartsheet Partner _______________________________________________
💯 SCALEABLE Solutions Engineered by Lighthouse Consultings
We Don’t Just Implement Smartsheet; We Revolutionize How You Manage, Plan, And Execute.
-
@NicoLHC it's still not working although the script is identical. Can you tell me the column type for your "results" column?
-
@Kate H normal text field should i share the sheet with you ?
If my comment helps you, I appreciate a 💡
Kind regards
Nico | LinkedIn
CEO | Lighthouse Consultings
Lecturer in Business Information Systems | DHBW
________________________________________________________________________________
addvalue@lighthouseconsultings.com
We offer Licenses - Training - Solution Engineering
🔴 GOLD Smartsheet Partner _______________________________________________
💯 SCALEABLE Solutions Engineered by Lighthouse Consultings
We Don’t Just Implement Smartsheet; We Revolutionize How You Manage, Plan, And Execute.
-
@NicoLHC yes please share the sheet, I cannot figure out why this isn't working.
-
@Kate H please send me your mail to nico.roepnack@lighthouseconsultings.com
If my comment helps you, I appreciate a 💡
Kind regards
Nico | LinkedIn
CEO | Lighthouse Consultings
Lecturer in Business Information Systems | DHBW
________________________________________________________________________________
addvalue@lighthouseconsultings.com
We offer Licenses - Training - Solution Engineering
🔴 GOLD Smartsheet Partner _______________________________________________
💯 SCALEABLE Solutions Engineered by Lighthouse Consultings
We Don’t Just Implement Smartsheet; We Revolutionize How You Manage, Plan, And Execute.
Help Article Resources
Categories
Check out the Formula Handbook template!