Thread
:
is there a way to delete all characters to the right of a ":"?
View Single Post
#
2
Posted to microsoft.public.excel.misc
Dave O
external usenet poster
Posts: 427
is there a way to delete all characters to the right of a ":"?
Hi, Lisa-
This formula will do it:
=MID(A1,1,FIND(":",A1,1)-1)
Dave O
Reply With Quote
Dave O
View Public Profile
Find all posts by Dave O