View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph David Biddulph is offline
external usenet poster
 
Posts: 618
Default how can I set up a custom filter to ignore the last few digits

"VzBjim" wrote in message
...
trying to screen out the last 4 digits of a telephone number


=LEFT(A1,LEN(A1)-4)
--
David Biddulph