Here is my JOIN function used on Name, Start Time and Finish Time columns that works fine. However, I want to use it with IF empty show nothing (currently it shows the delimiters).
=JOIN(Performer1 + JOIN(": " + JOIN(Start1:Finish1, " - ")))
Any suggestion please?