Hi I am trying to extract all numbers before a space, no problem with
LN: Left([Custom label],InStr([Custom label]," ")-1)
Except this will return #Func! where there are no spaces after the number
Example
1234 yth
will return 1234
but if the number has nothing after it i.e 2456 I get #Func! error
Can anyone piont me in the correct direction,
thanks Kim
LN: Left([Custom label],InStr([Custom label]," ")-1)
Except this will return #Func! where there are no spaces after the number
Example
1234 yth
will return 1234
but if the number has nothing after it i.e 2456 I get #Func! error
Can anyone piont me in the correct direction,
thanks Kim