r*******n 发帖数: 48 | 1 【 以下文字转载自 Software 讨论区 】
发信人: rushiguan (aa), 信区: Software
标 题: 问个excel得问题
发信站: BBS 未名空间站 (Tue Nov 20 15:06:27 2007)
有一组index, 每一个index 对应一个数。现在要重新排序,根据新的index 得顺序,
excel 里是什么功能?比如
1 5
2 6
3 7
4 8
现在给出2,3,4,1, 要求排序成 6,7,8,5。谢谢 | j******w 发帖数: 4429 | 2 用vlookup吧
【在 r*******n 的大作中提到】 : 【 以下文字转载自 Software 讨论区 】 : 发信人: rushiguan (aa), 信区: Software : 标 题: 问个excel得问题 : 发信站: BBS 未名空间站 (Tue Nov 20 15:06:27 2007) : 有一组index, 每一个index 对应一个数。现在要重新排序,根据新的index 得顺序, : excel 里是什么功能?比如 : 1 5 : 2 6 : 3 7 : 4 8
|
|