Using "Left" on a string
Hi,I think this should be easy but have spent too much time trying to figure it out. I have a more complex worksheet with a longer list (that refers to column names that may change) but what I am trying to do is create a new list to be used else where by removing the word "_Yield" from my original list. Simple example below; <JSL>Names Default To Here( 1 );
exurl = {"Test_Yield, Help_Yield"};
X = Le...