Since you already have a distance column to measure the distance from each user to each salon, could you just use that and add another filter to your list that checks that column and only shows salons within a certain distance? I don’t think you would have to use the users sheet for this, unless the user is specifying a specific location to base there search off of. In that case, they could enter a location in there user profile, and then you could bring the location from the user profile into your professionals table using a single value column, and then create a new distance column that compares salon location to the single value location.
3 Likes