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.
Hello, I'm working through the writing formulas optional activity and in the 'Nested IF function - Progress Column' task it directs you to put in the following formula '=IF([% Complete]@row = 0, “Empty”)'. However, when I put this formula into the spreadsheet, '04a_Marketing Request Tracker - Formulas', I get an…
Currently Triggering recurring workflows are only supported at the top of each hour. For instance 10:00, or 11:00, etc. Would like the ability to set 10:30 or 10:45. Perhaps the inteface can stay hourly so it doesnt get huge, but have the ability to manually edit the time directly to any custom time.
I have an automation that has a condition where I am looking at the column "LEA Interco Supporting Site(s)" and trying to find columns that have the value "Fort Loramie" in them. This works well when "Fort Loramie" is the first item listed in the cell, but it doesn't work when "Fort Loramie" is the second or third value in…