This formula is used to Find the last occurrence of a Character in a String in Excel
This formula is used to Find the last occurrence of a Character in a String in Excel
the reason for this is thst when working with long filenames the last instance of "\"is where the filename starts
the formula is :
=SEARCH("+-+",SUBSTITUTE(D3,"\","+-+",LEN(D3)-LEN(SUBSTITUTE(D3,"\",""))))
the reason for this is thst when working with long filenames the last instance of "\"is where the filename starts
the formula is :
=SEARCH("+-+",SUBSTITUTE(D3,"\","+-+",LEN(D3)-LEN(SUBSTITUTE(D3,"\",""))))
Comments