Thread
:
No Dashes, please?
View Single Post
#
2
Posted to microsoft.public.excel.programming
JE McGimpsey
external usenet poster
Posts: 4,624
No Dashes, please?
One way:
=SUBSTITUTE(A1,"-","")+1
In article ,
"Patrick" wrote:
how do i use the value of a cell without the dashes?
For example
range(A1) = "123456-4434"
i want to use that number in an equasion as "1234564434"
thanks
Reply With Quote
JE McGimpsey
View Public Profile
Find all posts by JE McGimpsey