Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Changing graph

I have two columns of data in a sheet. The first column is the date
and the second is value. The dates are arranged in a descending order.
Thus the latest date appears in cell A1 and its corresponding value in
B1. I need to graph the latest six values, datewise i.e.
=series($A$1:$A$6,$B$1:$B$6,1). The problem is when I insert a new row
to add the value and date for the latest date, the sheet the graph
automatically leaves out the latest date and still plots the the
previous six values ie. it plots =series($A$2:$A$7,$B$2:$B$7,1). How
can I make excel to stick to the first six values only.

Thanks
Utkarsh
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Changing graph

You can add the latest data at the bottom of your data range (i.e. : A12:B12) and then sort range "A:B" by descending and your chart will be updated automatically.
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Changing graph

Hi
you may define a name for your range like
=INDIRECT("A1:A6") and use this defined name ('Insert - Name - Define')
as data source for your chart


--
Regards
Frank Kabel
Frankfurt, Germany


Utkarsh Majmudar wrote:
I have two columns of data in a sheet. The first column is the date
and the second is value. The dates are arranged in a descending

order.
Thus the latest date appears in cell A1 and its corresponding value

in
B1. I need to graph the latest six values, datewise i.e.
=series($A$1:$A$6,$B$1:$B$6,1). The problem is when I insert a new

row
to add the value and date for the latest date, the sheet the graph
automatically leaves out the latest date and still plots the the
previous six values ie. it plots =series($A$2:$A$7,$B$2:$B$7,1). How
can I make excel to stick to the first six values only.

Thanks
Utkarsh


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing the look of a graph ChuckW Excel Discussion (Misc queries) 1 July 17th 08 08:10 PM
changing the scale on the graph maryam Charts and Charting in Excel 3 January 22nd 07 01:51 AM
Changing the legenda of a graph Jaydubs Excel Discussion (Misc queries) 1 July 17th 06 01:47 PM
changing the color of a single bar on a graph Brian Charts and Charting in Excel 1 November 22nd 05 04:55 PM
Bar graph values keep changing Mike82j2000 Charts and Charting in Excel 1 January 6th 05 01:27 PM


All times are GMT +1. The time now is 09:16 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"