Count number of characters until encounter "&"
CharactersBefore& = Instr(1,"577256&S_MSGNUM=4777037808398&", "&") - 1
Charles
belkingold wrote:
I have a cell with the value "577256&S_MSGNUM=4777037808398&". I want
to count the number of characters that appear before the first & symbol
so I can do a left() on them. They are always integers, never letters.
|