Hello Everyone, I am brand new to using smart sheets. I have a lot of experience us PBI but not as familiar with the smartsheet formula writing. I have a completely blank sheet and also a roster sheet with ID numbers and location names. What I want to do is to return ALL ID numbers from the roster sheet row by row in one column IF the roster sheet matched a specific location name. I used INDEX MATCH but that only returns one value.
=INDEX({Employee ID}, MATCH("Alachua FL", {LOCATION}))
I tired this method but go an unparseable error
=INDEX(COLLECT({Employee ID}, {LOCATION} = "Alachua FL")))
Thank you in advance for any assistance.