DashboardNovice
Member
In the attached file, I have an Item list in column B. There is a hierarchy. Each level is separated by a ":"
I want to extract the lowest (last) level. Column C shows what the results should be.
To do this, I need to find the position of the nth ":" in a cell. If I can pinpoint that location, I should able to use the FIND function to extract the remaining bit.
Is there a function which will allow you to find the position number of the nth occurrence of a character?
I want to extract the lowest (last) level. Column C shows what the results should be.
To do this, I need to find the position of the nth ":" in a cell. If I can pinpoint that location, I should able to use the FIND function to extract the remaining bit.
Is there a function which will allow you to find the position number of the nth occurrence of a character?