Hello,
I have a formula that finds text between the second / and third /
Hello/Waste Sludge Processing/Sludge Pre Conditioning/Sludge Thickening/Thickener Stream/PRIMARY SLUDGE THICKENER
so for this I have:
=TRIM(LEFT(SUBSTITUTE(MID(F6,FIND("|",SUBSTITUTE(F6,"/","|",2))+1,LEN(F6)),"/",REPT(" ",LEN(F6))),LEN(F6)))
Which is fine and displays : Sludge Pre Conditioning
But I have some text strings that are shorter and don't have / in them.is there a way to display those by adding something onto this formula to display ones like this that are shorter instead of it displaying Value?
Hello East SPS
I have a formula that finds text between the second / and third /
Hello/Waste Sludge Processing/Sludge Pre Conditioning/Sludge Thickening/Thickener Stream/PRIMARY SLUDGE THICKENER
so for this I have:
=TRIM(LEFT(SUBSTITUTE(MID(F6,FIND("|",SUBSTITUTE(F6,"/","|",2))+1,LEN(F6)),"/",REPT(" ",LEN(F6))),LEN(F6)))
Which is fine and displays : Sludge Pre Conditioning
But I have some text strings that are shorter and don't have / in them.is there a way to display those by adding something onto this formula to display ones like this that are shorter instead of it displaying Value?
Hello East SPS