如何在Excel中修剪字符串 [英] How to trim a string in excel

查看:97
本文介绍了如何在Excel中修剪字符串的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我有一个6102.67N的纬度值,但是我只想要数字而不要使用"N".我应该使用哪个功能?

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?

推荐答案

类似以下内容:

Something like this:

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



http://spreadsheets.about.com/od/excelfunctions/qt/080​​817_replace.htm [ ^ ]



http://spreadsheets.about.com/od/excelfunctions/qt/080817_replace.htm[^]


这篇关于如何在Excel中修剪字符串的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆