Hi!
My data isn't always consistent, and I want it to present the same way every time
My data:

Expected output:

Basically, incase the word 'TAF' isn't present, I want to add it there.
I have attached the input file incase needed.
I'm trying to use the pseudocode
IIF ( 'TAF' not present at location, write TAF, Do nothing)
But I'm not sure how to get the location, and how to write 'TAF' exactly in the same place
I would really appreciate your help!