Okay I have 2 columns, one contains a unique number (left) and on the right that unique number is listed with the program. I have been able to accomplish this so far, however I ran into a little snag. There are some programs that contain JNEEO, and their unique TDL #. However, once I added the formula I discovered not all followed this pattern. My current formula is below, and 14 is the # of characters that contain the "prefix", which is "JNEEO TDL 101 " for example. Please note there is a space at the end to keep everything clean. Now what I need is the addition of an if statement to be something like:
If CELL X does not contain/begin with "JNEEO TDL" then use the cell value as is.
=REPLACE([Project Name (Official)]@row, 1, 14, "")