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?