add a day to Source Data Value

S

sctroy

I am using this Source data in the Value in my chart. ='C:\Documents and
Settings\Randy\Desktop\[SCOTTRADE.xls]Symbols'!$F$4:$F$34 Is there a
way for it to change every time I update? I want it to get the
information form $F$4:$F$35 then the next day add $F$4:$F$36 and the
next day $F$4:$F$37..........
Can anyone help?
 
D

Don Guillett

You could use a defined name something like
=offset($f$4,0,0,counta($F$F)-3,1)

insert>name>define
 
S

sctroy

I am not real smart about this.
Where do I put your formula? =offset($f$4,0,0,counta($F$F)-3,1)


='C:\Documents and
Settings\Randy\Desktop\[SCOTTRADE.xls]Symbols'!$F$4:$F$34


='C:\Documents and
Settings\Randy\Desktop\[SCOTTRADE.xls]=offset($f$4,0,0,counta($F$F)-3,1)

If this is the corect place to put in your formula?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top