Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I have a latitude value that has the 6102.67N but I want just the numbers and discard the "N". Which function should I use?
Posted

1 solution

Something like this:

=REPLACE(A1,LEN(A1),1,"")


http://spreadsheets.about.com/od/excelfunctions/qt/080817_replace.htm[^]
 
Share this answer
 
Comments
Sumal.V 13-Jul-12 11:46am    
Oh yeah thank you, I tried the LEFT function, but that could be applied on a single cell
Cheers :)
Manas Bhardwaj 13-Jul-12 11:47am    
your welcome :)
Prasad_Kulkarni 16-Jul-12 23:58pm    
My 5!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900