Thread: Reverse Find
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
David Hilberg David Hilberg is offline
external usenet poster
 
Posts: 84
Default Reverse Find

See also: http://j-walk.com/ss///excel/usertips/tip079.htm

- David

On Aug 1, 10:24 am, snax500 wrote:
I want to use the Find function but I want to get the result going
from right to left. For example if I am searching for a space " ",

Steve Scott 75 - I want the find to return 3 NOT 6
Al Smith 4 - I want the find to return 2 Not 3

How can I modify this

FIND(" ",A1)

Thanks