Sign in to join the conversation:
Hi everyone
Is it possible to concatenate the name of a sheet, with the Task Name, with the aim of showing it on the Calendar or Gantt Task Bar row?
Many thanks
Lisa
You would need a column or cell that contains the sheet name. Then you would use a basic formula to add the two cells together.
=[Sheet Name]@row + " - " + [Task Name]@row
.
Of course that middle portion between the pluses would be whatever you wanted separating them such as a space or comma or forward slash or anything else.
Thanks Paul. So I'd need to create a new column and put the sheet name in there - you don't think there's a way that SS could capture the sheet name without doing that?
Hi Lisa,
Unfortunately, it's not possible at the moment, but it's an excellent idea!
Please submit an Enhancement Request when you have a moment.
I hope that helps!
Have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
I've submitted a request, many thanks.
Excellent!
Happy to help!
You could create a new column, or if you have an unused cell hidden somewhere on the sheet or you could even use a filed in the Sheet Summary to enter the sheet name.
Then you would reference that cell or field in your formula to combine the sheet and task name.
Otherwise... Andree is correct. There is no way to display the sheet name without having entered it somewhere on the sheet or sheet summary.
I'm receiving this message every time I try to open my sheets. I'm the only admin user. I have already performed proper troubleshooting, such as clearing the cache, logging in incognito, and logging out and back in, but the issue remains unresolved. It's been a few days, and I'm unable to track our projects and this…
I’ve created an automation that generates a document and forwards it to the individual specified in a cell. The line item also has several additional attachments associated with it. Is there a way to include those attachments with the generated document?
I have an automation set up that copies a row to another sheet each day. The automation itself works correctly, but the problem is that it copies the formulas rather than the values, which causes the formulas to break and return errors. How can I configure it to copy only the values instead of the formulas?