Is this possible - 2 times 2 variables

  • Thread starter Maxime Maugeais
  • Start date
M

Maxime Maugeais

Hello,

I would like to have a stacked column chart to represent the following:
RTL JBOS
Input 30 109


Train No Train
Output 134 29

What I would like is for the first stack to be called "Input" and represent
RTL+JBOS and have a second stack called "Output" represent Train + No Train.

The idea is that the stack "input" should be the same height a the stack
"output". Given the numbers above, they are not equal and I want to
illustrate the difference.

Is this possible?

Thank you
 
D

Del Cotter

What I would like is for the first stack to be called "Input" and represent
RTL+JBOS and have a second stack called "Output" represent Train + No Train.
Is this possible?

Yes. Just think of two columns as having *four* stacked blocks, where
the first column has values only for RTL and JBOS, and the second column
has values only for Train and No Train:

RTL JBOS Train No Train
Input 30 109
Output 134 29

Voila!
 
M

Maxime Maugeais

Worked like a charm.

Thanks a lot.

Though I have to admit, I am not too impressed with myself for not thinking
about it.

Cheers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top