Hey, newbie here who has tried his best to find a solution…!
I have table which contains:
- Names of people (Name), pulled from a central list/database
- Their LinkedIn profiles (LI), embedded in buttons (which executes fine individually via OpenWindow(thisRow.Name.[Linked in])
- The ‘stage’ they are at in an interview process (Stage), pulled from a list in a separate page/table
I want to be able to bulk-open multiple LinkedIn profiles via a single Button, depending on their stage. For example:
Button Stage 1: Open all LI profile for people at Stage 1 (e.g. Jeff, Jenny and John)
Button Stage 2: Open all LI profile for people at Stage 2 (e.g. Colin, Carrie and Cassandra)
Etc…
I suppose the challenge comes when those people change stages - for example, when Jenny moves to stage 2, her profile should no longer open via the Stage 1 button, instead opening via Stage 2 button. Obviously I’m looking to avoid manually updating a formula each time somebody changes stage, as that will change often.
Is there a way to automatically assign?
Thanks in advance