graphics scale minimum

K

KK

Hello,

I'm creating a horizontal bar chart. The horizontal axis is a date, and I
want the minimum of the axis to be todays date TODAY() , and the maximum to
be 30 days ahead.

I know how to do this manually, by enterinng the dates via the 'scale'
minimum & maximum tabs, but can it be done automatically ?


I have Excel 2000

Thanks

KK
 
D

Don Guillett

Why not use a defined name for your chart and for your source use
=myworkbook.xls!definedname
=OFFSET(Sheet13!$A$1,MATCH(TODAY(),Sheet13!$A:$A),0,MATCH(TODAY(),Sheet13!$A:$A)+30,4)
 

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