![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Location: Sydney, Australia
Posts: 3
|
Is there any way of having the first and last data point in a series showing up as a different colour automatically? I can manually change them when the chart has been made but would prefer if this happened automatically when data was entered into particular cells.
|
|
|
|
|
|
#2 |
|
Join Date: Mar 2002
Location: Chennai, India
Posts: 99
|
Hi,
I think you can do this. Modify the chart to suit your requirements. Select the chart, (right click), chart type, customs types, user defined. The Add button will be enabled. Click on this and type any name & description for the "new type" of chart. You can set this as the default chart for all future use. _________________ [ This Message was edited by: srinivas14 on 2002-03-13 04:42 ] |
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
[ This Message was edited by: Mark W. on 2002-03-13 13:39 ] |
|
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Fiona, I thought of a work around while at lunch using the following data in cells A1:B7...
{"X","Endpoints" ;1,1 ;2,#N/A ;3,#N/A ;4,#N/A ;5,#N/A ;6,6} ...The Endpoints formula is... {=IF(OR(ROW()=MAX(ROW($A$2:$A$7)),ROW()=MIN(ROW($A$2:$A$7))),A2,#N/A)} ...when entered into cell B2 and copied down to B7. Note: This is an array formula which must be entered using the Control+Shift+Enter key combination. The outermost braces, { }, are not entered by you -- they're supplied by Excel in recognition of a properly entered array formula. This data can be charted as a Line chart with 2 series. Set the line attribute for the 2nd series (Endpoints) to None and format its markers as desired. [ This Message was edited by: Mark W. on 2002-03-13 11:18 ] |
|
|
|
|
|
#5 | |
|
New Member
Join Date: Mar 2002
Location: Sydney, Australia
Posts: 3
|
Quote:
|
|
|
|
|
|
|
#6 | ||
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
{=IF(OR(ROW()=MAX(ROW($A$2:$A$7)),ROW()=MIN(ROW($A$2:$A$7))),A2,#N/A)} ...when entered into cell B2 and copied down to B7. On a Macintosh an array formula can be entered by using Control+Shift+Enter or Command+Enter. See the Excel Help topic for "About array formulas and how to enter them". |
||
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|