Hi I have column A which has the following format "--string1"... and column b which has the format "string2".. what I need is a function that will replace the "string2" in column b with "--string2" to match the number of dashes in column A. This varies from 1 to 3 dashes and I want to add those same # of dashes to column B (without destroying the existing data)
Any help would be appreciated
Bookmarks