Sign in to join the conversation:
Can I use a formula to capture text from the cells below it. For example, if I have "IT-1900" in row 2 and "IT-1901" in row 3, can my summary row show "IT-1900, IT-1901"?
=join([Column2]3:[Column2]5,",")
if you want it to be based on criteria you need a join(collect())
Hello everyone! I need to delete a column that is used in dynamic dropdowns in other sheets. How can I see a list of all the sheets that will be affected by the change? I'm looking for a way to find every sheet and column that uses the original column for their dropdowns. Thank you!
Hi all - just thought I would float this here first to see if anyone has had similar experience (and any fixes), before sending a ticket through to support. Have a basic automation notification set up with a company logo and task bar color in place. All has been working great but today it won't include the company logo or…
Hi, Is there a way that I can set up a Notification Automation that goes to the email/requestor is their email is the Primary Column? Currently I have the Primary column as "Created By", and the requestors input their email address. But, if I try to set up a Notification automation using the Template or even from Scratch.…