> 其他 >
excel里的RIGHT函数怎么用啊
最好有个例题,
人气:150 ℃ 时间:2020-06-20 06:55:14
解答
right(text,num_chars)
text是你要操作的字符;
num_chars是要提取的从右侧数字符的数量.
=right("123456789",1)得到字符"9"
=right("123456789",2)得到字符"89"
……
=right("123456789",8)得到字符"23456789"
text也可以是一个单元格位置,如a1 b2 c4 d3等等,道理是一样的!
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版