Hello
I'm using Excel 2003.
I have a workbook with many worksheets:
- rawdata which is a query (using MSQuery) to get the data from an Access db
- summary sheet with a list of dates from raw data that the user selects. The list is data validation and a named range of mydates. The selected date is a named range of selected_date
- data for charts - the user is able to select a date from the summary and the charts represent the date provided plus 10 weeks previous to that. This worksheet is the data from raw data filtered to the selected_date showing actual value for the week, target and baseline
- charts - 10 in total which are line graphs
I want to be able to show an image representative of the last data point in the graphs. So if result is greater than the target then a green star, between baseline and target a yellow dolphin and less than target, a red shark. I want to put these 3 images in a worksheet and call them based on the results of each of the charts.
How do I do this? Thanks.
I'm using Excel 2003.
I have a workbook with many worksheets:
- rawdata which is a query (using MSQuery) to get the data from an Access db
- summary sheet with a list of dates from raw data that the user selects. The list is data validation and a named range of mydates. The selected date is a named range of selected_date
- data for charts - the user is able to select a date from the summary and the charts represent the date provided plus 10 weeks previous to that. This worksheet is the data from raw data filtered to the selected_date showing actual value for the week, target and baseline
- charts - 10 in total which are line graphs
I want to be able to show an image representative of the last data point in the graphs. So if result is greater than the target then a green star, between baseline and target a yellow dolphin and less than target, a red shark. I want to put these 3 images in a worksheet and call them based on the results of each of the charts.
How do I do this? Thanks.