Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Charting selective data

I have a database in an excel worksheet that I download from an internet
source.
It's 25 columns by 100 to 150 rows.

I want to plot the value in the "Value" column versus the date in the "Date"
column for each row where the "Status" Column equals "A" in a chart on that
worksheet.

"Value" ranges form 100 to 300, "Date" covers a 2 year window and there are
about 30 (+/-) occurrences of "Status" = "A"

I use the data base functions to find min, max, average but would like some
way to apply the criteria to my graph.

I'm familiar with MS Access & VBA in MS Access and could generate a query
but I want to do this in an Excel application.

Any suggestions would be great!

Thanks,

Jael


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 61
Default Charting selective data

Hi,

Select entire page and sort the data by the "Status" column. All rows with
Status = "A" will bunch up into a block. Now you can selectively plot
"Value" vs "Date" for that block.

Before doing the above, you could copy the entire data to another sheet, so
that the original data structure is in tact.

Regards,
B. R. Ramachandran




"Jael" wrote:

I have a database in an excel worksheet that I download from an internet
source.
It's 25 columns by 100 to 150 rows.

I want to plot the value in the "Value" column versus the date in the "Date"
column for each row where the "Status" Column equals "A" in a chart on that
worksheet.

"Value" ranges form 100 to 300, "Date" covers a 2 year window and there are
about 30 (+/-) occurrences of "Status" = "A"

I use the data base functions to find min, max, average but would like some
way to apply the criteria to my graph.

I'm familiar with MS Access & VBA in MS Access and could generate a query
but I want to do this in an Excel application.

Any suggestions would be great!

Thanks,

Jael


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6,582
Default Charting selective data

Apply an autofilter to the data range, or convert it to a list (Excel 2003:
Data menu) or a table (Excel 2007), then select the status you want to show
in the dropdown. By default, Excel charts do not plot hidden rows and
columns.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Jael" wrote in message
...
I have a database in an excel worksheet that I download from an internet
source.
It's 25 columns by 100 to 150 rows.

I want to plot the value in the "Value" column versus the date in the
"Date"
column for each row where the "Status" Column equals "A" in a chart on
that
worksheet.

"Value" ranges form 100 to 300, "Date" covers a 2 year window and there
are
about 30 (+/-) occurrences of "Status" = "A"

I use the data base functions to find min, max, average but would like
some
way to apply the criteria to my graph.

I'm familiar with MS Access & VBA in MS Access and could generate a query
but I want to do this in an Excel application.

Any suggestions would be great!

Thanks,

Jael




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Charting selective data

Thanks for the reply - That's what I currently do, but I have to re-define
the graph's range each time I download (two to three times a week) as they
never have the same number of rows.

jael

"B. R.Ramachandran" wrote:

Hi,

Select entire page and sort the data by the "Status" column. All rows with
Status = "A" will bunch up into a block. Now you can selectively plot
"Value" vs "Date" for that block.

Before doing the above, you could copy the entire data to another sheet, so
that the original data structure is in tact.

Regards,
B. R. Ramachandran




"Jael" wrote:

I have a database in an excel worksheet that I download from an internet
source.
It's 25 columns by 100 to 150 rows.

I want to plot the value in the "Value" column versus the date in the "Date"
column for each row where the "Status" Column equals "A" in a chart on that
worksheet.

"Value" ranges form 100 to 300, "Date" covers a 2 year window and there are
about 30 (+/-) occurrences of "Status" = "A"

I use the data base functions to find min, max, average but would like some
way to apply the criteria to my graph.

I'm familiar with MS Access & VBA in MS Access and could generate a query
but I want to do this in an Excel application.

Any suggestions would be great!

Thanks,

Jael


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Charting selective data

Thanks - not familiar with autofilter but search it out and give it a try -
I'm using Excel 2000 (yeah I know - it's old, but the company is too cheap to
upgrade) will that make a difference?

jael

"Jon Peltier" wrote:

Apply an autofilter to the data range, or convert it to a list (Excel 2003:
Data menu) or a table (Excel 2007), then select the status you want to show
in the dropdown. By default, Excel charts do not plot hidden rows and
columns.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Jael" wrote in message
...
I have a database in an excel worksheet that I download from an internet
source.
It's 25 columns by 100 to 150 rows.

I want to plot the value in the "Value" column versus the date in the
"Date"
column for each row where the "Status" Column equals "A" in a chart on
that
worksheet.

"Value" ranges form 100 to 300, "Date" covers a 2 year window and there
are
about 30 (+/-) occurrences of "Status" = "A"

I use the data base functions to find min, max, average but would like
some
way to apply the criteria to my graph.

I'm familiar with MS Access & VBA in MS Access and could generate a query
but I want to do this in an Excel application.

Any suggestions would be great!

Thanks,

Jael







  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6,582
Default Charting selective data

No problem. AutoFilter works the same way in Excel from version 97 (and
probably earlier, I just don't remember) to 2003. It also works in 2007, but
I'm not sure if the functionality has been adjusted much.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Jael" wrote in message
...
Thanks - not familiar with autofilter but search it out and give it a
try -
I'm using Excel 2000 (yeah I know - it's old, but the company is too cheap
to
upgrade) will that make a difference?

jael

"Jon Peltier" wrote:

Apply an autofilter to the data range, or convert it to a list (Excel
2003:
Data menu) or a table (Excel 2007), then select the status you want to
show
in the dropdown. By default, Excel charts do not plot hidden rows and
columns.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Jael" wrote in message
...
I have a database in an excel worksheet that I download from an internet
source.
It's 25 columns by 100 to 150 rows.

I want to plot the value in the "Value" column versus the date in the
"Date"
column for each row where the "Status" Column equals "A" in a chart on
that
worksheet.

"Value" ranges form 100 to 300, "Date" covers a 2 year window and there
are
about 30 (+/-) occurrences of "Status" = "A"

I use the data base functions to find min, max, average but would like
some
way to apply the criteria to my graph.

I'm familiar with MS Access & VBA in MS Access and could generate a
query
but I want to do this in an Excel application.

Any suggestions would be great!

Thanks,

Jael







  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Charting selective data

Jon:
Thanks - works well for what I need at this time. Can Autofilter be applied
programatically? I'm familian with VBA in MS Access but not in Excel and
this might be a good place to start "experimenting"

Apreciate your responses
Jael

"Jon Peltier" wrote:

No problem. AutoFilter works the same way in Excel from version 97 (and
probably earlier, I just don't remember) to 2003. It also works in 2007, but
I'm not sure if the functionality has been adjusted much.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Jael" wrote in message
...
Thanks - not familiar with autofilter but search it out and give it a
try -
I'm using Excel 2000 (yeah I know - it's old, but the company is too cheap
to
upgrade) will that make a difference?

jael

"Jon Peltier" wrote:

Apply an autofilter to the data range, or convert it to a list (Excel
2003:
Data menu) or a table (Excel 2007), then select the status you want to
show
in the dropdown. By default, Excel charts do not plot hidden rows and
columns.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Jael" wrote in message
...
I have a database in an excel worksheet that I download from an internet
source.
It's 25 columns by 100 to 150 rows.

I want to plot the value in the "Value" column versus the date in the
"Date"
column for each row where the "Status" Column equals "A" in a chart on
that
worksheet.

"Value" ranges form 100 to 300, "Date" covers a 2 year window and there
are
about 30 (+/-) occurrences of "Status" = "A"

I use the data base functions to find min, max, average but would like
some
way to apply the criteria to my graph.

I'm familiar with MS Access & VBA in MS Access and could generate a
query
but I want to do this in an Excel application.

Any suggestions would be great!

Thanks,

Jael








  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6,582
Default Charting selective data

Sure. Turn on the macro recorder then play with the autofilter to get some
code to play with.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Jael" wrote in message
...
Jon:
Thanks - works well for what I need at this time. Can Autofilter be
applied
programatically? I'm familian with VBA in MS Access but not in Excel and
this might be a good place to start "experimenting"

Apreciate your responses
Jael

"Jon Peltier" wrote:

No problem. AutoFilter works the same way in Excel from version 97 (and
probably earlier, I just don't remember) to 2003. It also works in 2007,
but
I'm not sure if the functionality has been adjusted much.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Jael" wrote in message
...
Thanks - not familiar with autofilter but search it out and give it a
try -
I'm using Excel 2000 (yeah I know - it's old, but the company is too
cheap
to
upgrade) will that make a difference?

jael

"Jon Peltier" wrote:

Apply an autofilter to the data range, or convert it to a list (Excel
2003:
Data menu) or a table (Excel 2007), then select the status you want to
show
in the dropdown. By default, Excel charts do not plot hidden rows and
columns.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Jael" wrote in message
...
I have a database in an excel worksheet that I download from an
internet
source.
It's 25 columns by 100 to 150 rows.

I want to plot the value in the "Value" column versus the date in
the
"Date"
column for each row where the "Status" Column equals "A" in a chart
on
that
worksheet.

"Value" ranges form 100 to 300, "Date" covers a 2 year window and
there
are
about 30 (+/-) occurrences of "Status" = "A"

I use the data base functions to find min, max, average but would
like
some
way to apply the criteria to my graph.

I'm familiar with MS Access & VBA in MS Access and could generate a
query
but I want to do this in an Excel application.

Any suggestions would be great!

Thanks,

Jael










  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Charting selective data

Thanks again - that's how I got started with VBA in Access - must be addled
in my old age.

Jeff

"Jon Peltier" wrote:

Sure. Turn on the macro recorder then play with the autofilter to get some
code to play with.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Jael" wrote in message
...
Jon:
Thanks - works well for what I need at this time. Can Autofilter be
applied
programatically? I'm familian with VBA in MS Access but not in Excel and
this might be a good place to start "experimenting"

Apreciate your responses
Jael

"Jon Peltier" wrote:

No problem. AutoFilter works the same way in Excel from version 97 (and
probably earlier, I just don't remember) to 2003. It also works in 2007,
but
I'm not sure if the functionality has been adjusted much.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Jael" wrote in message
...
Thanks - not familiar with autofilter but search it out and give it a
try -
I'm using Excel 2000 (yeah I know - it's old, but the company is too
cheap
to
upgrade) will that make a difference?

jael

"Jon Peltier" wrote:

Apply an autofilter to the data range, or convert it to a list (Excel
2003:
Data menu) or a table (Excel 2007), then select the status you want to
show
in the dropdown. By default, Excel charts do not plot hidden rows and
columns.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Jael" wrote in message
...
I have a database in an excel worksheet that I download from an
internet
source.
It's 25 columns by 100 to 150 rows.

I want to plot the value in the "Value" column versus the date in
the
"Date"
column for each row where the "Status" Column equals "A" in a chart
on
that
worksheet.

"Value" ranges form 100 to 300, "Date" covers a 2 year window and
there
are
about 30 (+/-) occurrences of "Status" = "A"

I use the data base functions to find min, max, average but would
like
some
way to apply the criteria to my graph.

I'm familiar with MS Access & VBA in MS Access and could generate a
query
but I want to do this in an Excel application.

Any suggestions would be great!

Thanks,

Jael











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
Selective graphing of data. goslings Charts and Charting in Excel 0 March 31st 07 09:38 AM
Charting Selective Data [email protected] Charts and Charting in Excel 6 February 23rd 07 06:56 AM
Selective extraction of data eddy56 Excel Discussion (Misc queries) 4 August 2nd 06 09:44 PM
Need help merging selective data JM Excel Discussion (Misc queries) 1 January 5th 06 06:20 PM
how can I calculate VAT for selective data in the same column of a Pathma Excel Worksheet Functions 2 November 22nd 05 04:33 PM


All times are GMT +1. The time now is 04:19 AM.

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

About Us

"It's about Microsoft Excel"