Hi,
I would like to return a string from between two characters using a formula (no VBA).
Problem is I have three characters in the string which are the same so I really want to return from the RIGHT e.g. this is how my strings look:
"Test_001_This is a Test_24-08-2011.doc"
and I wish to return:
"This is a Test"
Any help very much appreciated, thanks.
I would like to return a string from between two characters using a formula (no VBA).
Problem is I have three characters in the string which are the same so I really want to return from the RIGHT e.g. this is how my strings look:
"Test_001_This is a Test_24-08-2011.doc"
and I wish to return:
"This is a Test"
Any help very much appreciated, thanks.