Hi folks,
I have a feeling this is simple but I’m coming up blank. I have a field that contains text separated by backslashes. The number of backslashes are always the same
example 1
info1\info2\information3\info4\info5\here's what I want to exclude
I’m looking for a calculation that gives me all of the text that happens before the 5<sup>th</sup> occurrence of a backslash.
example 2
info1\info2\information3\info4\info5
I tried using Find, Right and Left in different combinations but failed
Let me know if you have something that will work.
TIA
Jim
I have a feeling this is simple but I’m coming up blank. I have a field that contains text separated by backslashes. The number of backslashes are always the same
example 1
info1\info2\information3\info4\info5\here's what I want to exclude
I’m looking for a calculation that gives me all of the text that happens before the 5<sup>th</sup> occurrence of a backslash.
example 2
info1\info2\information3\info4\info5
I tried using Find, Right and Left in different combinations but failed
Let me know if you have something that will work.
TIA
Jim