Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2
Default Graph Creation - Maturity Assessment.

Hi

I am trying to create a graph that has the following:

Y AXIS:
- Funding
- Business
- Perception
- Strategy

X AXIS
- Non existent
- Repeatable
- AdHoc

An example of how i would like it to look is as follows:.


Funding --------------x------------------------------------------------

Business------------------------------x-------------------------------

Perception ----------------------------------------x------------------

Strategy---------------------------------------------------------x----

Non existent Repeatable Adhoc Mature

Sorry that it doesnt look better, but i think that i need to have a bar and
line chart combination, but am not sure how to do this.

Thanks in advance



  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Graph Creation - Maturity Assessment.

Hi,

Did the solution I provided here, not work for you?
http://www.excelforum.com/excel-char...nd-column.html

Cheers
Andy
--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Sasuke" wrote in message
...
Hi

I am trying to create a graph that has the following:

Y AXIS:
- Funding
- Business
- Perception
- Strategy

X AXIS
- Non existent
- Repeatable
- AdHoc

An example of how i would like it to look is as follows:.


Funding --------------x------------------------------------------------

Business------------------------------x-------------------------------

Perception ----------------------------------------x------------------

Strategy---------------------------------------------------------x----

Non existent Repeatable Adhoc Mature

Sorry that it doesnt look better, but i think that i need to have a bar
and
line chart combination, but am not sure how to do this.

Thanks in advance




  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2
Default Graph Creation - Maturity Assessment.

Hi Andy

Yea it sort of worked....the graph layout is exactly what i want, however
the mapping of the data is incorrect for my purposes. Please see below
information:

There are 6 maturity levels that I am trying to map (maturity levels on the
X Axis) each with a value assigned:
- Non Existent (1)
- Ad-hoc (2)
- Repeatable (3)
- Defined (4)
- Managed (5)
- Optimised (6)

A maturity level is assigned to each category on the Y Axis. Each category
on the Y Axis can only be assigned to ONE maturity level. The maturity
levels are called from another sheet (which i have no problem with) based on
values (1-6). I need the graph to be able to map back the maturity values
called from the other sheet to the table which will ultimately generate the
graph.

Hope that this makes sense?

Thanks
Sasuke




"Andy Pope" wrote:

Hi,

Did the solution I provided here, not work for you?
http://www.excelforum.com/excel-char...nd-column.html

Cheers
Andy
--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Sasuke" wrote in message
...
Hi

I am trying to create a graph that has the following:

Y AXIS:
- Funding
- Business
- Perception
- Strategy

X AXIS
- Non existent
- Repeatable
- AdHoc

An example of how i would like it to look is as follows:.


Funding --------------x------------------------------------------------

Business------------------------------x-------------------------------

Perception ----------------------------------------x------------------

Strategy---------------------------------------------------------x----

Non existent Repeatable Adhoc Mature

Sorry that it doesnt look better, but i think that i need to have a bar
and
line chart combination, but am not sure how to do this.

Thanks in advance





  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Graph Creation - Maturity Assessment.

Hi,

That's what the data in the range C3:H3 is doing. Plotting a point for each
Maturity level against a category.
So cell C3 has the value 5. The point is placed at the intersection of
Non-Existent and Funding.

If you need to plot multiple points for a category you will need multiple
series.

I have posted an updated file on the forum.

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Sasuke" wrote in message
...
Hi Andy

Yea it sort of worked....the graph layout is exactly what i want, however
the mapping of the data is incorrect for my purposes. Please see below
information:

There are 6 maturity levels that I am trying to map (maturity levels on
the
X Axis) each with a value assigned:
- Non Existent (1)
- Ad-hoc (2)
- Repeatable (3)
- Defined (4)
- Managed (5)
- Optimised (6)

A maturity level is assigned to each category on the Y Axis. Each
category
on the Y Axis can only be assigned to ONE maturity level. The maturity
levels are called from another sheet (which i have no problem with) based
on
values (1-6). I need the graph to be able to map back the maturity values
called from the other sheet to the table which will ultimately generate
the
graph.

Hope that this makes sense?

Thanks
Sasuke




"Andy Pope" wrote:

Hi,

Did the solution I provided here, not work for you?
http://www.excelforum.com/excel-char...nd-column.html

Cheers
Andy
--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Sasuke" wrote in message
...
Hi

I am trying to create a graph that has the following:

Y AXIS:
- Funding
- Business
- Perception
- Strategy

X AXIS
- Non existent
- Repeatable
- AdHoc

An example of how i would like it to look is as follows:.


Funding --------------x------------------------------------------------

Business------------------------------x-------------------------------

Perception ----------------------------------------x------------------

Strategy---------------------------------------------------------x----

Non existent Repeatable Adhoc
Mature

Sorry that it doesnt look better, but i think that i need to have a bar
and
line chart combination, but am not sure how to do this.

Thanks in advance






  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Graph Creation - Maturity Assessment.

If you need to plot multiple points for a category you will need multiple
series.


Or an XY chart.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
_______


"Andy Pope" wrote in message
...
Hi,

That's what the data in the range C3:H3 is doing. Plotting a point for
each Maturity level against a category.
So cell C3 has the value 5. The point is placed at the intersection of
Non-Existent and Funding.

If you need to plot multiple points for a category you will need multiple
series.

I have posted an updated file on the forum.

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Sasuke" wrote in message
...
Hi Andy

Yea it sort of worked....the graph layout is exactly what i want, however
the mapping of the data is incorrect for my purposes. Please see below
information:

There are 6 maturity levels that I am trying to map (maturity levels on
the
X Axis) each with a value assigned:
- Non Existent (1)
- Ad-hoc (2)
- Repeatable (3)
- Defined (4)
- Managed (5)
- Optimised (6)

A maturity level is assigned to each category on the Y Axis. Each
category
on the Y Axis can only be assigned to ONE maturity level. The maturity
levels are called from another sheet (which i have no problem with) based
on
values (1-6). I need the graph to be able to map back the maturity
values
called from the other sheet to the table which will ultimately generate
the
graph.

Hope that this makes sense?

Thanks
Sasuke




"Andy Pope" wrote:

Hi,

Did the solution I provided here, not work for you?
http://www.excelforum.com/excel-char...nd-column.html

Cheers
Andy
--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Sasuke" wrote in message
...
Hi

I am trying to create a graph that has the following:

Y AXIS:
- Funding
- Business
- Perception
- Strategy

X AXIS
- Non existent
- Repeatable
- AdHoc

An example of how i would like it to look is as follows:.


Funding --------------x------------------------------------------------

Business------------------------------x-------------------------------

Perception ----------------------------------------x------------------

Strategy---------------------------------------------------------x----

Non existent Repeatable Adhoc Mature

Sorry that it doesnt look better, but i think that i need to have a
bar
and
line chart combination, but am not sure how to do this.

Thanks in advance










Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Graph Creation in Excel Duncs Excel Discussion (Misc queries) 3 July 7th 08 10:45 PM
ASSESSMENT FORMULA Tia[_3_] Excel Worksheet Functions 2 June 12th 08 02:08 PM
Assessment Worksheet japc90 Excel Discussion (Misc queries) 1 January 17th 08 08:11 AM
How to calculate the maturity value RushatiINDIA Excel Discussion (Misc queries) 3 January 24th 07 11:29 AM
Capacity Assessment NG Excel Discussion (Misc queries) 0 January 21st 05 10:41 PM


All times are GMT +1. The time now is 03:33 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"