Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I am charting the daily number of support calls that occur
during a month - with days on x-axis and number of calls on y-axis. I use a standard cylinder chart type. Is there any way that I can highlight the columns for the weekend days, to differentiate them for the weekdays, perhaps with a different colour of cylinder? Thanks, Seamus |
#2
![]() |
|||
|
|||
![]()
Hi,
Create 2 series and use a stacked cylinder chart. The 2 series should be based on the original data with one series plotting weekdays and the other weekends. Use NA() for the weekend value within the weekday series and the opposite for weekdays in the weekend series. Cheers Andy Seamus Conlon wrote: I am charting the daily number of support calls that occur during a month - with days on x-axis and number of calls on y-axis. I use a standard cylinder chart type. Is there any way that I can highlight the columns for the weekend days, to differentiate them for the weekdays, perhaps with a different colour of cylinder? Thanks, Seamus -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info |
#3
![]() |
|||
|
|||
![]()
A very good suggestion but I am actually charting the data in a PivotTable
that gets its data from an external database. I then use VBA to set the source data range etc. Since I can't change the data values in the PivotTable I don't see how I can incorporate the NA() function. Any further ideas? Seamus "Andy Pope" wrote in message ... Hi, Create 2 series and use a stacked cylinder chart. The 2 series should be based on the original data with one series plotting weekdays and the other weekends. Use NA() for the weekend value within the weekday series and the opposite for weekdays in the weekend series. Cheers Andy Seamus Conlon wrote: I am charting the daily number of support calls that occur during a month - with days on x-axis and number of calls on y-axis. I use a standard cylinder chart type. Is there any way that I can highlight the columns for the weekend days, to differentiate them for the weekdays, perhaps with a different colour of cylinder? Thanks, Seamus -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to put x axis values in the chart instead of x axis labels | Charts and Charting in Excel | |||
Hiding Values Below Z Axis Minimum Value on Axis Charts | Charts and Charting in Excel | |||
Counting unique entries in column A but only if specific values appear in columns B and C | Excel Worksheet Functions | |||
interchangine catergory and values axis | Charts and Charting in Excel | |||
catergory on the X axis; values on the Y axis | Charts and Charting in Excel |