Microsoft
Software
Hardware
Network
Question : Scale one data series in Excel bar graph
Hi Experts,
I have a bar graph that has three data series in it. Series A and B currently share a y-axis and series C is on a different y-axis. I would like to be able to scale series A by an integer value in the graph without changing the data in the datasource. In other words, I would like to be able to graph 5*A next to B without changing the source data. Is there a way in the GUI or VBA to do this?
Answer : Scale one data series in Excel bar graph
You can define a named range that multiplies the original data range by 5, and use that as the data source. See attached .
times5.xls
(14 KB)
(File Type Details)
example
Random Solutions
VBScript: Pulling lastLogonTimestamp
SQL Express - Change DB file path
Running .exe in a logon script
Issue Reading FOR XML Output From SQL 2005 Query
Convert Julian date to standard date through Derived Coulmn in SSIS
jQuery: Add div at beginning of other div
Opened document shows "another user"
How do I invoke a Java script for onkeypress for a dynamically added control?
When I encrypt/encode a string using codeigniter encryption class, it is different everytime, why?
Intellisense-style auto complete in richTextBox c# windows forms control?