![]() |
![]() |
|
|||||||
| 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: Apr 2002
Posts: 2
|
Is it possible to shade the area between two lines in a line graph.
At present I am cutting and pasting into a drawing programme and hand drawing a shape to shade - very time consuming and a mare if any data points change Please help! |
|
|
|
|
|
#2 | |
|
Board Regular
Join Date: Mar 2002
Posts: 1,805
|
Quote:
Eli |
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Apr 2002
Posts: 2
|
Eli thanks for responding
the trouble I have with area graphs is that it adds the values of the two lines together |
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Mar 2002
Location: London, UK
Posts: 167
|
yeah, what you could do is create new values to do the equivilent area graph.
lets say your values are in columns A and B. so you start new columns C and D. In column C you use the formula to give the minimum of the two values... eg. in cell C2... =MIN(A2:B2) ...then in column D you do the difference between the two values that must be added on... eg. in cell D2... =MAX(A2:B2)-C2 ...then chart C & D instead of A & B. then play with the shading so that there is only shading between the two lines and bob's you uncle. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|