Hi, I'm trying to extract all text from a cell after the hyphen "-" symbol. There may be a long text string after the hyphen, not a set number of characters. I can get it to extract words to the left of the hyphen using the LEFT function but when I try to use RIGHT it cuts off part of the text?
Top row formula in Short Comment column: =LEFT(Comment@row, (FIND("-", Comment@row)))
Second row formula in Short comment column: =RIGHT(Comment@row, (FIND("-", Comment@row)))