T
Trevor Aiston
I have strings of text which are file locations within a worksheet
e.g "\Clinical_Audit\Projects\Project Monitoring\Audit\0910\CAMHS\02
Improving access to appropriate services for children, young people and their
families\"
I want to extract the service code from the string (ins this case "CAMHS")
and can do for this row using
=MID(D3,56,5)
But some of the service directories (all begin at char 56) are the same
length (5) others have 4 char some 2 etc.
ANy ideas who to acheive this?
THanks
Trevor
e.g "\Clinical_Audit\Projects\Project Monitoring\Audit\0910\CAMHS\02
Improving access to appropriate services for children, young people and their
families\"
I want to extract the service code from the string (ins this case "CAMHS")
and can do for this row using
=MID(D3,56,5)
But some of the service directories (all begin at char 56) are the same
length (5) others have 4 char some 2 etc.
ANy ideas who to acheive this?
THanks
Trevor