Hi Community,
Need some help please
I have a column I need to pull the 3rd digit from Examples (11102,11202, 13401, 14104, 12701, 11209)
So I want to say if the 3rd digit is a 1 code it as complete, else if the 3rd digit is a 2 code it as a part, everything else code as an other.
I split the column using Substring([siopseg3],2,1) I think this will bring back digit 3, then I want to create IF / Then / Else Logic
Can someone please advise what I'm doing wrong please.
TIA,
Karl.
