View Single Post
  #5   Report Post  
Domenic
 
Posts: n/a
Default Simple find with right function

Try...

=MID(A1,LOOKUP(2,1/(MID(A1,ROW(INDIRECT("1:"&LEN(A1))),1)="/"),ROW(INDIRE
CT("1:"&LEN(A1))))+1,1024)

Hope this helps!

In article ,
"Richard Ruda" wrote:

We have a field of characters similar to:
product/small/GW1400A-GAVE.jpg
We have unsuccessfully tried to use the RIGHT AND FIND functions to
find all characters after the last "/" ( or from the right, all characters
before up to the first /). In other words to extract the GW1400A-9AV.jpg
Perhaps we are using the wrong functions.
Any assistance would be appreciated.
Richard