由买买提看人间百态

topics

全部话题 - 话题: excell
首页 上页 1 2 3 4 5 6 7 8 9 10 (共10页)
y****o
发帖数: 131
1
来自主题: Engineering版 - 请教一个excel里面的问题
请教一个excel里面的问题
我有一组数据(譬如两列50行),我想画一个曲线图,一个做x轴,一个做y轴
但是,我只想隔行取数,就是画出,第一行,第三行,第五行,。。。,第四十九行的
点的一条曲线
不知道excel里面有这个功能吗?怎么操作,谢谢
p****6
发帖数: 23
2
来自主题: Engineering版 - 请教一个excel里面的问题
那你得在Excel用Visual Basic Editor写个script, 这我没弄过但知道可以做的.
或者save as a text file, 再用任何软件(像Basic,C,Fortune等)写个小程序做一下
,然后再输回Excel.
好运!

rows
z*****a
发帖数: 17
3
因为我再excel里面run 了一个simulation,这样3列数据都是随机变化的,之所以想在
excel里面画这个图,就是想动态的看z轴是如何随着y轴,x轴变化的。用matlab的话,
这种变化可能就显示不出来了
h***u
发帖数: 498
4
能说说你用excel做什么仿真吗?听说excel功能还是很强大的。
f**y
发帖数: 692
5
【 以下文字转载自 Statistics 讨论区 】
发信人: fxxy (老四), 信区: Statistics
标 题: 请教关于excel 中关于统计方面的问题
发信站: BBS 未名空间站 (Wed Dec 1 20:07:48 2010, 美东)
一组数据, Y(i), X(i).
在Excel中做线性回归, 得出一个 R^2 值.
任何一个位于0与1 之间的值到底说明什么? 比如 R^2 = 0.8
如果这个值已知了, 是否还需要每个点做重复试验, 用Error bar 去判定这些点的可靠
性?
如果有专门的书详细介绍这个的,烦请告知.
谢谢.
提供有价值线索者, 一经核实, 2个包子.
V*P
发帖数: 155
6
【 以下文字转载自 Statistics 讨论区 】
发信人: VlP (VlP), 信区: Statistics
标 题: Excel 能否写个 equation with an independent variable
发信站: BBS 未名空间站 (Thu Sep 5 07:05:24 2013, 美东)
比如我有: A1=2, A2=x, A3=6, A1*A2=A6
正常情况下,我可以用 A3/A1 来得到 x 的值,但是我想用一种像calculator那种的输
入求解,类似这样的 f ( x, A1 * x = A3 ) . An equation A1 * x = A3 with
independent variable x, and solve for x.
我需要在excel 的一个 cell输入x的值(A1和A3是随时需要变化的,所以x的值也会随
着变化),我不是不想用 A3/A1 这样的formula ,而是因为formula太太复杂,如果我
写一个equation,再求求x的formula,很容易出现 algebra mistake,太长太复杂的
equat... 阅读全帖
f**y
发帖数: 692
7
【 以下文字转载自 Statistics 讨论区 】
发信人: fxxy (老四), 信区: Statistics
标 题: 请教关于excel 中关于统计方面的问题
发信站: BBS 未名空间站 (Wed Dec 1 20:07:48 2010, 美东)
一组数据, Y(i), X(i).
在Excel中做线性回归, 得出一个 R^2 值.
任何一个位于0与1 之间的值到底说明什么? 比如 R^2 = 0.8
如果这个值已知了, 是否还需要每个点做重复试验, 用Error bar 去判定这些点的可靠
性?
如果有专门的书详细介绍这个的,烦请告知.
谢谢.
提供有价值线索者, 一经核实, 2个包子.
B*********h
发帖数: 800
8
☆─────────────────────────────────────☆
jjwwjj (jjwwjj) 于 (Thu Mar 1 02:02:13 2007) 提到:
比如下面这段程序,用到了循环,判断,跳出循环,累加计数等,应该怎样才能转换成
Excel呢?需要VBA吗?
另外,normcdf (累积概率分布函数)在Excel里面有对应的函数吗?
for ii=1:N;
Z=randn(1, 1);
U=randn(5, 1);

X=sqrt(c)*Z+sqrt(1-c)*U;
W=normcdf(X);
for j=1:5;
DefaultTime(j, :)=((DefaultProbs(j, 2:end)>=W(j)) .* (DefaultProbs(j
, 1:end-1) end;

PV=0;
CumLoss=0;
for t=1:5;
CumLoss=CumLoss+sum(Defa
f**********w
发帖数: 93
9
来自主题: Quant版 - excel问题请教
最近在申请一个公司,被告知要作网上的编程考试,并且其中有两个小时左右试题是有
关excel的,请问这种考试都会什么问题,本人只用excel做过简单的数据处理,因为很
快要考试了,如何准备呢?
s*********i
发帖数: 1813
10
我是学经济的,对finance了解的不多,但现在准备找个金融类的工作,想补一下这方
面的知识。听说很多金融机构日常工作都是用excel,而不是stata,SAS什么的,在
amazon上找到一本书Principles of Finance with Excel(http://www.amazon.com/gp/product/0195301501/ref=wl_it_dp?ie=UTF8&coliid=I3BAYZ7OMRN65D&colid=1VMMQFT5BNVJG)。review还不错,但不知道这样的东西准备投行的面试够不够。BTW,我做的比较偏理论,所以不会用c++, matlab什么的。多谢各位指点。
b***k
发帖数: 2673
11
来自主题: Quant版 - [合集] Excel中的问题
☆─────────────────────────────────────☆
yuyy (yyy) 于 (Thu Mar 27 18:03:57 2008) 提到:
我想编个程序处理一个Range中的数据,就象Sum(A1:E8)一样,最好可以在Excel中直接
使用。
我的设想是编个VBA function,比如
function myApp(var) as Range
让后把Range("A1:E8")对象作为var输入到我的函数中,
这样我就可以处理里面的数据了
函数的输出也是一个相同大小的Range对象
刚才用VBA试了试,没有成功,是不是这样不行啊?
那应该用什么办法在Excel中可以实现我的想法。
谢谢。
☆─────────────────────────────────────☆
njupeer (np) 于 (Thu Mar 27 19:55:45 2008) 提到:
you can do this:
Function myapp(var....) as variant
myapp = range("A1:E8")
end functio
l**********t
发帖数: 5754
12
I believe you can save your macro/function as an excel add-on (xla file?), so
that you can use it in any excel files that you open, and share it with others if you like.
L******k
发帖数: 33825
13
【 以下文字转载自 NewYork 讨论区 】
发信人: hypo (the endless that you fear), 信区: NewYork
标 题: 求纽约市excel & VS C++高手周末辅导编程
发信站: BBS 未名空间站 (Wed May 19 22:04:33 2010, 美东)
我自己 excel(很久没用了,只看过一些VBA代码)和 C++(但主要是command line而且是
在linux下)都有些基础。没有混编经验,希望能尽早上手。
请求达人指导一下以下内容:
1. 推荐这两方面的tutorial 及 reference
2. VS debugging 及 mixed debugging (via dll calling)
3. CVS
4. 我自己没有windows notebook,希望你已经有这些软件并不介意我暂用一天
5. 约8-10小时吧。我比较笨,可能要学比较长的时间。
非常感谢!请投条,有酬劳。另注,本人男,如果是女侠的话希望你不介意。
f****e
发帖数: 590
14
在visual studio 下面建了一个dll project
加了一个c++ file和一个def file
c++里面很简单
double __stdcall square_in_C(double arg)
{return arg*arg;}
def file如下
LIBRARY MyXLLib
EXPORTS
square_in_C
然后打开excel,vba editor,加了一个module,里面是
Declare Function square_in_C Lib "C:/path.../Debug/MyXLLib.dll" (arg As
Double) As Double
没有报错,但是不work,在excel里面调用显示是error value,请问问题出在哪里?
谢谢~
f****e
发帖数: 590
15
来自主题: Quant版 - 再问在excel中调用c++ function
用dll解决了在excel中调用简单c++程序的问题
比如input和output都是double
但是如果c++ function需要的参数是vector,能传excel的一个range么?
或者参数是更复杂的class,应该如何处理?
请大侠指教~
m******t
发帖数: 40
16
excel里面财务报表 评估公司价值
建模主要是那些方面的要求和内容
还有excel表说没有配平,是指什么呢?
感谢
S*******s
发帖数: 13043
17
it is quite often that excel transfer some cusips into scientsific numbers
when copy & paste. it is often too late to realize it and it would waste a
lot time to restore the right cusip. is there anyway to make excel dumber,
disabling its automatic interpretation?
a*******o
发帖数: 280
18
【 以下文字转载自 Statistics 讨论区 】
发信人: armadillo (yoda), 信区: Statistics
标 题: Need helps on understanding one excel expression, BaoZi for answers.
发信站: BBS 未名空间站 (Wed Oct 22 18:05:52 2014, 美东)
What does this excel expression mean?
SUM(BB:CC!B27)+B26
Please help me understand it.
BaoZi for anybody providing meaningful answers.
Thanks so much.
v****e
发帖数: 19471
19
来自主题: Quant版 - Excel on Mac
各位谁有在Mac上做比较extensive的Excel financial modeling的经验?最近刚开始在
Mac上用Excel,希望能得到一些建议,尽快适应少走弯路。谢谢!
j***b
发帖数: 5901
20
来自主题: Science版 - excel hyperlink的问题 (转载)
【 以下文字转载自 Software 讨论区 】
发信人: jszhb (金嗓子喉宝), 信区: Software
标 题: excel hyperlink的问题
发信站: BBS 未名空间站 (Sun Sep 24 04:29:48 2006)
需要在excel不同的sheet之间建立hyperlink。现在存在一个问题,
如果被link到的sheet重新sort会导致有hyperlink的文件link到
错误的cell。产生这个问题的原因是因为hyperlink是link到固定
位置。被link的sheet重新sort后位置变了,hyperlink也就乱了。
请问这个问题有办法解决么?就是说有办法sort hyperlink的目标
sheet,同时还保证原来的link连到正确的cell么?
p********a
发帖数: 5352
21
来自主题: Statistics版 - [合集] excel + vba 做统计能行么?
☆─────────────────────────────────────☆
leftHand (Hold on...) 于 (Fri Jan 27 16:50:44 2006) 提到:
一个小公司不愿意掏钱买大软件,R 他们不懂,另外画图
他们也希望在excel里边画。所以想看看vba能不能应付的了
☆─────────────────────────────────────☆
sir ( 郎 ) 于 (Fri Jan 27 17:02:55 2006) 提到:
要看做什么了
excel能载入的数据量通常是不够的

☆─────────────────────────────────────☆
leftHand (Hold on...) 于 (Fri Jan 27 17:40:23 2006) 提到:
就是一般常干的那点东西了
相当于sas里base, graph的大部分功能, glm,reg,anova一类的就够了
☆─────────────────────────────────────☆
sir ( 郎 ) 于 (Fri Jan 27
b*****n
发帖数: 25
22
希望没有问错版面,想必这里的excel编程高手应当很多:
有一个单元格,内容是external import data, 每分钟自动更新。需要定时采集该单元
格的数据(当然是个变量), 假设每隔10分钟 ,按顺序保存至指定的一列。
Excel中有什么语句可以实现这样的功能么?
如果没有这样现成的公式,需要用Macro,VBA之类的,能否提供一些思路,如果能有个
模板就太好了。
p********a
发帖数: 5352
23
☆─────────────────────────────────────☆
mitbbs1988 (korena) 于 (Wed May 28 16:00:56 2008) 提到:
版上的同学们都熟悉unix吗? 我现在在unix里有若干个比较大的txt files,我想要把
这些files转成excel或csv文件,但是文件实在太大了,如果manually copy paste的话
根本不可能。
有没有什么办法可以直接在unix里把这些txt文件转成excel或csv文件?
谢谢
☆─────────────────────────────────────☆
papertigra (长工胖头猪) 于 (Wed May 28 16:41:29 2008) 提到:
UNIX一共就那么几个破命令,哪里能转TEXT file,肯定需要其它软件才行。你就没有
SAS?
☆─────────────────────────────────────☆
gtaww (gtaww) 于 (Wed May 28 16:49:01 2008) 提到:
you can ch
p********a
发帖数: 5352
24
来自主题: Statistics版 - [合集] 请教Excel 操作 (Excel 2007)
☆─────────────────────────────────────☆
Hug (抱抱) 于 (Fri Jun 27 00:43:29 2008) 提到:
已经将一个cell的值设为另外两个cell的值的商(e.g., type '=A1/B1' in C1). 可是
其中的A1 cell的值不是number, 而是character, 所以c1 cell中变成了 '#VALUE!',
而且左上角还有一个绿色三角。 请教大家,如果如何把'#VALUE!'替换成 character (
e.g., 'missing')?
因为excel文件里有好多这种'#VALUE!'的cells, 有没有简便的方法把它们都变成'
missing'?
Thanks!
☆─────────────────────────────────────☆
papertigra (长工胖头猪) 于 (Fri Jun 27 01:18:08 2008) 提到:
Use the error control function
C1=
=IF(ISERROR(A1/B1),"missing",A
m**z
发帖数: 5
25
来自主题: Statistics版 - help with a loop formula in Excel or STAT
Who happens to have experience in loop formula or function in Excel or STAT?
I have a very large data set, need to construct 3 new variables using Excel
or STAT. The data is attached (the variables with empty cells are
constructed, and the values to be calculated for each Venture_firm).Please
help me out asap. Your suggestion or any input will be much appreciated.
k****4
发帖数: 86
26
如果对SAS没有要求,那基本上就是做profile了,就是对吧统计分析结果按特定的格式
填入
excel文件,比较枯燥,且容易出错
当然如果你SAS不错,直接把结果保存并按特定格式直接输出到excel,那么这个工作会
很轻松

with
g*******y
发帖数: 380
27
mitbbs上曾经有人贴过excel e_book,好像是精算之类的板块,你可以找找.
其中有:
'Excel2007 VBA programming for dummies'
'financial analysis with Excel'
a*****8
发帖数: 110
28
来自主题: Statistics版 - 请教SAS ODS to Excel
I am not familiar with proc report, but I think all those formats are for
the SAS output, not excel. Maybe you can try output the table into a SAS
dataset, then convert the numeric value into character using
char=put (num, COMMAw.d);
then output the character value into excel
c****s
发帖数: 63
29
来自主题: Statistics版 - 急问:怎么用SAS读这个Excel文件啊
请问怎么读这个Excel file啊。 我的Code是:
proc import out=dxref1 datafile= "DXREF_2009.xls" dbms=excel replace;
sheet= 'DXREF_20091'; getnames=yes; mixed=yes; scantime=yes;
run;
其实可以import手动,但是我需要取出下面'CODE'栏里'01000','V1001','E1002'引
号里面的数据。如果直接倒入,后两个就会missing.请问怎么办呢?
'CODE' 'CATEGORY'DESCRIPTION CODE DESCRIPTION
' ' '0 ' No DX INVALID CODES IN USER DATA
'01000' '1 ' Tuberculosis PRIM TB COMPLEX-UNSPEC
'V1001' '1 ' Tuberculosis PRIM TB COMPLEX-NO EXAM
'E1002'
y****g
发帖数: 285
30
来自主题: Statistics版 - 请教excel formula problem
请教excel大侠,Excel2007, 我把一个sheet从一个file copy到另一个file,结
果formula 里都自动给加上原来file的path,是什么option没有设对?
example:
=INDEX('S:\PPPPPP\Public\CCCCCC\StandardCost\FY2010\[VVV Std Cost Worksheets
_FY2010-ver20.xlsm]MskuCosts'!$B$5:$KR$3227,MATCH(D$1,'S:\PPPPPP\Public\
CCCCCC\StandardCost\FY2010\[VVV Std Cost Worksheets_FY2010-ver20.xlsm]
MskuCosts'!$A$5:$A$3227,0),MATCH($B5,'S:\PPPPPP\Public\CCCCCC\StandardCost\
FY2010\[VVV Std Cost Worksheets_FY2010-ver20.xlsm]MskuCosts'!$B$4:$KR$4,0))
o******6
发帖数: 538
31
☆─────────────────────────────────────☆
NiuKou (kou kou) 于 (Sat Feb 21 02:23:31 2009) 提到:
你好!本人下周将参加二个RECRUITER的面试,但二家均说要进行现场的 WORD 和
EXCEL 的TESTING。考些什么?困惑中。。。。
现寻求有经验的人,可否指点一二.
☆─────────────────────────────────────☆
Alexwater (Water) 于 (Sun Feb 22 00:22:58 2009) 提到:
有意思。招秘书吗?
☆─────────────────────────────────────☆
vivianxia (redapple) 于 (Sun Feb 22 02:50:07 2009) 提到:
为什么考 word??
excel 还有点好考的,word能考什么

☆─────────────────────────────────────☆
NiuKou (kou kou) 于 (Sun Feb 22 2
p*****o
发帖数: 543
32
来自主题: Statistics版 - question about export sas figure into excel
i used ods to generate excel files from SAS (ods html file="tem.xls"). it
worked well with the proc means procedure but for proc freq procedure, the
figure saved in excel is not well organized. the first column 'Col Pct' is
not placed inside the whole table but using a separated column (see in the
attachment). Anyone knows how to solve it?
Thanks a lot
D******n
发帖数: 2836
33
search excel date function in excel help, i guess it is sth like daydiff...n
ot sure.
P**********c
发帖数: 17
34
试试
PROC EXPORT DATA=output1 DBMS=EXCEL OUTFILE="...\output.xls" REPLACE;
SHEET=output1;
RUN;
PROC EXPORT DATA=output2 DBMS=EXCEL OUTFILE="...\output.xls" REPLACE;
SHEET=output2;
RUN;
.....
A*******s
发帖数: 3942
35
来自主题: Statistics版 - 菜鸟关于excel ,access 问题
excel certification? 我猜是这个microsoft office application specialist--
excel 2007
s**c
发帖数: 1247
36
来自主题: Statistics版 - [请教]SAS 9.2 import excel变量名长度
SAS 9.2 64bit under win7
用proc import dbms=xls; getnames=yes;
读入excel 2003
变量名长度有限制
超过12 character,变量名自动给改成var1, var2,...
请问这个怎么解决?不想手动在excel里面改,变量太多
3x
D******n
发帖数: 2836
37
who said that?
u can do this task in excel,
paste the data in excel, and use import data with wizard...choose space and
/ as delimiter...done.
a********6
发帖数: 14468
38
来自主题: Statistics版 - 请教如何在Excel里面Merge data sets?
在Excel里貌似叫Table。这种merge也适用于简单的database.我只是感觉很意外,应该
能做到一步到位的东西在Excel里居然不可以直接做。
感觉为了这么个小东西而转化文件格式到一个数据库软件或者SPSS等有点小题大做啊。
谁有经验,请说说。谢谢!
f********a
发帖数: 109
39
我毕业以后在制药行业的一家小公司工作了几个月,现在面临裁员的危险,想转行去金
融界。请问银行做统计的需要什么SAS和Excel技能呢?我听说银行很喜欢用Excel,具
体会用到哪些skill呢?
谢谢大家了!!!
f******1
发帖数: 119
40
嗯,偶上次也被一个保险公司的HM问到用过哪些EXCEL的FUNCTION,居然被问住了。好
像人家不用SAS,都喜欢EXCEL。
s******r
发帖数: 1524
41
pivot table, graph, 我觉着是最重要的,
当然还有其他的,比如odbc,
model作过几次,很少用,用excel多的多半不会做model,作model的多半不会用excel
作model,作report还不错了。
还有一些vba,加些button让manager high 一下,那就是另外一回事了。
我瞎说的
i******r
发帖数: 323
42
Hi I have about 15 tabs in the same excel file, I need to read them in one
by one. I can write a simple macro that read them in one at a time, but I
need to call it for 15 times and type in the tab name. Is there any simple
way?
Also i the excel spreadsheet, if the first row is not the column name, but
second or third row is the column names, so I used getnames=No, then how can
I retain the column names?
I used transpose twice to get the variable names, I think there should be
some easier way.
T
b*******g
发帖数: 513
43
怎样在R里读入一个列数超过256列的csv,excel文件?大家知道csv,excel文件最多显示256列。多于256列的都遮住了。同学说是用read.table硬读,我试了一下不行。不用加什么options吗?象SAS里用lrecl=1000000(anyway一个比较大的数)?多谢答复!
s*******2
发帖数: 499
44
来自主题: Statistics版 - 请教SAS读取excel文件
直接导入excel文件,有时候会出现问题,一些数字不能读或者读错,不知道是什么原
因。
可以改用input读取,但是变量很多的时候,会花些时间。
请问出现这种问题时,能不能直接导入excel文件?
谢谢。
D*********2
发帖数: 535
45
来自主题: Statistics版 - 【包子】从excel读取数据到R的问题
恩,xls/xlsx -> csv -> R
有个问题不知道各位遇到过没有:
比如,一个units里面的数本该是两位小数,比如3.12,doctor误操作,format成
numbers w/ 0 decimal. excel的好处是你点units还可以看到,加decimal还可以改回
去。可怕的是转成csv就只有3了,转进R就成integer了。
每次都得在excel里手动改好,每次follow up都要改,variable一多就很是奔溃...
哪位大侠有好办法?谢谢谢谢。
p*****o
发帖数: 543
46
来自主题: Statistics版 - proc report created too hugh excel file....
hey everyone,
im using proc report associated with ods tagsets.excelxp to create excel
output, but the excel file is too big (5MB -- I mean it should not be that
big). Actually if I just open the excle file and save it (without doing
anything) and then close it, the size goes down to 1MB only.
Anyone can help me how to make the excle created by SAS much smaller?
s****y
发帖数: 297
47
来自主题: Statistics版 - questions about SAS import Excel data
例如,对称矩阵数据, 在Excel里省略了对角线以上的数据,因为在计算里面只用到下
半部分的数据。
For example:
0
587 0
1212 920 0
701 940 879 0
1936 1745 831 1374 0
604 1188 1726 968 2339 0
748 713 1631 1420 2451 1092 0
2139 1858 949 1645 347 2594 2571 0
... 阅读全帖
h*e
发帖数: 10233
48
来自主题: Statistics版 - 问题又来了。SAS读excel的问题。
再请问一下。有没有办法直接读excel里的cell,并把它变成data step 条件里的一部份
。比如说excel里是这样的
3个column
='Male' in (100,200,300) A
='Female' in (100,400) B
=500 C
我现在需要用一个macro读入,相当于在data step要变成
if gender = 'Male' and code in (100,200,300) then treatment = 'A';
if gender = 'Female' and code in (100,400) then treatment = 'B';
if code = 500 then treatment = 'C';
这要怎么搞?谢谢
d******9
发帖数: 404
49
来自主题: Statistics版 - import excel data problem
You can try these 2 methods:
1.Specify the Excel engine. Say, Excel2002.
2. Save the Excel as CSV, then import into SAS.
Do they work for you?
d**********r
发帖数: 24123
50
Datarow = is the starting row of import, but EXCEL import (DBMS=EXCEL) do
not allow this option.
Instead, you can use XLS import (DBMS=XLS) and use option
startrow=
endrow=
首页 上页 1 2 3 4 5 6 7 8 9 10 (共10页)