Hi - I am trying to get the MC out of a field under the condition that the field has the word "CODE" in it. I am trying to use the substring formula but it's not giving me what I want.
OD CODE: MC C
this is what I am attempting to use:
If Contains([Daily Count],"CODE")
then
Substring([Daily Count],8,9)
else
Null()
endif