T
Tony Steane
Greeting
Without using VBA.
Is it possible to search a text cell and return the start position
within that cell if valid text is found.
example
If cell A1 had the text "Ringwood North Vic 3134",
or "Sydney NSW 2001"
The point is that I will not know the cells content, but I want to
test if the text contains either Act,NSW,QLD,SA,TAS,Vic,WA and return
the starting position of that text.
I have tried using Nested IF's with search,find,match etc but once an
invalid test is encountered, #value is returned.
Any ideas
Cheers
Tony
Without using VBA.
Is it possible to search a text cell and return the start position
within that cell if valid text is found.
example
If cell A1 had the text "Ringwood North Vic 3134",
or "Sydney NSW 2001"
The point is that I will not know the cells content, but I want to
test if the text contains either Act,NSW,QLD,SA,TAS,Vic,WA and return
the starting position of that text.
I have tried using Nested IF's with search,find,match etc but once an
invalid test is encountered, #value is returned.
Any ideas
Cheers
Tony