Forum Discussion
tgjones43
7 years agoHelper IV
Look at specific character in a text string
Hi all I have a text column where every value is a 12 character string of numbers and letters. I need some M code that checks whether the 7th letter is a number 0, that I can then incorporate int...
- 7 years ago
if Text.Range("Your string", 6, 1) = "0" Then 1 else 0