Suggestions on how to represent clients in different phases

bandrews

New Member
Joined
Jun 9, 2008
Messages
1
Hi, I was wondering if someone could help me out with creating a spreadsheet for the following scenario:

I want show a high level picture of where all of our clients are within 10 phases of our project. After each client finishes a phase they move on to the next. Each client is in a region from 1 - 9 and we assign them a name with the region name included (i.e. "1 - Client1", "1 - Client 2", "2 - Client 1".

I was thinking of having 10 columns for the different phases and then entering the clients in the appropriate cell. This means that the data in the rows will not relate to eachother, and didn't know if that was a good idea.

The other thing I wanted to do was create charts for all of the clients based on regions. For example, I'd like to know how many clients from region 1 are in phase 4 ... or what percent of all the clients come from region 6.

If anyone has any ideas, I'd really appreciate it. Hopefully I've provided enough info. If not, let me know.

Cheers
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Set out your data like this:

Code:
Region  Client   Stage
     1  Client1      1 
     2  Client2      3 
     3  Client3      5 
     1  Client4      7 
     2  Client5      9

Then create a Bar chart with C2:C6 as Values and A2:B6 as X axis labels. You can AutoFilter your data and the chart will adjust if Plot visible cells on y is checked under Tools|Options Chart tab.

You could also create a pivot table with pivot chart.
 
Upvote 0

Forum statistics

Threads
1,214,819
Messages
6,121,727
Members
449,049
Latest member
MiguekHeka

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top