由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - excel 数据中间有‘|’
相关主题
包子重酬,帮作2道题About QueryTable in Excel VBA
想report SQL Server 2008的一个不足之处--output more than 1 million rows into EXCEL建了一个有关EXCEL和VBA的俱乐部!
Help needed!:) How to use VBA read in external data? I mean data outside excel诚心求助!(VBA for Excel)
Microsoft Access 2000 gives unstable results?advanced skills in excel?
input into access请问EXCEL VBA DEVELOPER 工作
[转载] 想自学MS. Access and Excel,网上哪儿有比较好的search two columns in excel file
VBA FOR EXCEL 问题请教,ONLINE WAITING请教个excel menu bar 小问题
问一个excel的弱问题Excel 在Share point run的问题
相关话题的讨论汇总
话题: excel话题: 单元格话题: 数据话题: txt话题: format
进入Database版参与讨论
1 (共1页)
b******i
发帖数: 13
1
比如一个单元格里的数据是:6|20|13|20|4|20|14
现在要做一个平均数,想到的方法是:
把这个单元格的数据考到txt里,再把|替换为回车,考回excel,算平均
太麻烦了。。。有什么高招?
M*****r
发帖数: 1536
2
what is the source data format (before loading into Excel)?
Anyway, one way is:
1. export to txt format
2. re-import into excel, with the "|" as delimiter, so each number will take
one cell
BTW, this doesn't seem to be related to database...

【在 b******i 的大作中提到】
: 比如一个单元格里的数据是:6|20|13|20|4|20|14
: 现在要做一个平均数,想到的方法是:
: 把这个单元格的数据考到txt里,再把|替换为回车,考回excel,算平均
: 太麻烦了。。。有什么高招?

b******i
发帖数: 13
3
大哥这招我用过了,有几千几万个这样的单元格,用手就累死了……

take

【在 M*****r 的大作中提到】
: what is the source data format (before loading into Excel)?
: Anyway, one way is:
: 1. export to txt format
: 2. re-import into excel, with the "|" as delimiter, so each number will take
: one cell
: BTW, this doesn't seem to be related to database...

M*****r
发帖数: 1536
4
Not quite understand...
But, can you use VBA?

【在 b******i 的大作中提到】
: 大哥这招我用过了,有几千几万个这样的单元格,用手就累死了……
:
: take

B*****g
发帖数: 34098
5
co - "bu dong".
can not understand why thousands can not work.

【在 M*****r 的大作中提到】
: Not quite understand...
: But, can you use VBA?

1 (共1页)
进入Database版参与讨论
相关主题
Excel 在Share point run的问题input into access
SQL的一个愚蠢小问题[转载] 想自学MS. Access and Excel,网上哪儿有比较好的
哪个软件可以支持2500个FIELDS?VBA FOR EXCEL 问题请教,ONLINE WAITING
如何解决从Access export到text file,数据误差问题?问一个excel的弱问题
包子重酬,帮作2道题About QueryTable in Excel VBA
想report SQL Server 2008的一个不足之处--output more than 1 million rows into EXCEL建了一个有关EXCEL和VBA的俱乐部!
Help needed!:) How to use VBA read in external data? I mean data outside excel诚心求助!(VBA for Excel)
Microsoft Access 2000 gives unstable results?advanced skills in excel?
相关话题的讨论汇总
话题: excel话题: 单元格话题: 数据话题: txt话题: format