Here you go Kirk. The 10th column is either null or the word "RELEASED"
You do know that you need to use something like:
=103#9=
(My Code Replacement delimiter is '=')
...in order to get 'RELEASED' to appear, right?
And if you want to have inner blank columns you need to include the tabs for those columns anyway. Example (note that last column with 'Baz' in it) :
103 Kate Pop 7-9 Team 4 0 24 CK 2073 "INDIV, MM" Hilltop YMCA RELEASED Baz
Note that after RELEASED I have two additional empty columns followed by the column containing 'Baz' which would be addressed as =103#12=
The RELEASED column would still be =103#9= for replacement.
I tested on the Mac version though you didn't state which system you use.
-Kirk