We have song titles in a column that have ALL CAPS prefixes that we use internally to identify the writer/origin of the song. For example:
RSCAT TR Let The Sun Shine In
RSC GHT Night Runner
RD FGH Midnight Mountain
I need to trim the ALL CAPS gibberish off of the front of the titles , leaving simple "Let The Sun Shine In" etc
I have this formula (below) for trimming around a common cluster of characters. Could I play off of this somehow and trim ALL CAPS characters from the Beginning? Any help is much appreciated
=TRIM(LEFT(N2,FIND(" -by- ",N2)-2))
RSCAT TR Let The Sun Shine In
RSC GHT Night Runner
RD FGH Midnight Mountain
I need to trim the ALL CAPS gibberish off of the front of the titles , leaving simple "Let The Sun Shine In" etc
I have this formula (below) for trimming around a common cluster of characters. Could I play off of this somehow and trim ALL CAPS characters from the Beginning? Any help is much appreciated
=TRIM(LEFT(N2,FIND(" -by- ",N2)-2))