由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 求一个excel方法
相关主题
What is this trick in Excel?[合集] 很无聊的做了两道code jam
Help needed to generate excel report using .Net and C#一道MS面试题 (转载)
vb.net读取excel当中不断变化的数据的问题如何在C #下的EXCEL WORKSHEET里添加图片作为 FOOTER?
how to keep data integrity in excelPython Worksheets.Add 为什么怎么都加不到现有worksheets 的后面?
Excel VSTO 4.0 project deveopled in VS2010 migration to VST (转载)求VBA sample
Excel MarcoHelp: How to extract the numberic value in a sentence?
求教excel的一个问题difference between firefox and IE
我的DBA在生成ORACLE table的时候需要一个一个column看 (转载)请IT高手指点
相关话题的讨论汇总
话题: column话题: 日期话题: 两个话题: worksheet话题: excel
进入Programming版参与讨论
1 (共1页)
d********t
发帖数: 9628
1
有两个daily的time series分别存在两个worksheet里,都是两个column,一个日期,
一个数据。现在我想把他们merge到一个worksheet里,形成三个column:日期,数据1
和数据2。麻烦的地方是两个日期有不同。
谢谢。
a*z
发帖数: 294
2
merge the unique dates in the two date columns to form your new date column,
then in your new column two, look up the value for the dates from your
table 1. Look up dates from table 2 for your new column three.
d********t
发帖数: 9628
3
thx!

column,

【在 a*z 的大作中提到】
: merge the unique dates in the two date columns to form your new date column,
: then in your new column two, look up the value for the dates from your
: table 1. Look up dates from table 2 for your new column three.

1 (共1页)
进入Programming版参与讨论
相关主题
请IT高手指点Excel VSTO 4.0 project deveopled in VS2010 migration to VST (转载)
请教一个C++的编程Excel Marco
How to char <--> int in Matlab?求教excel的一个问题
如何transpose 多行少列的矩阵?我的DBA在生成ORACLE table的时候需要一个一个column看 (转载)
What is this trick in Excel?[合集] 很无聊的做了两道code jam
Help needed to generate excel report using .Net and C#一道MS面试题 (转载)
vb.net读取excel当中不断变化的数据的问题如何在C #下的EXCEL WORKSHEET里添加图片作为 FOOTER?
how to keep data integrity in excelPython Worksheets.Add 为什么怎么都加不到现有worksheets 的后面?
相关话题的讨论汇总
话题: column话题: 日期话题: 两个话题: worksheet话题: excel