Could The Project Management Method Be Right For Your Organisation?

Project management is an area of expertise that has undergone some significant development in the last decade. A business project can have a far-reaching effect on the business and result in either tremendous improvement in the businesses ability to function in the marketplace or a significant setback to that business entity.

The idea of a formalized project management approach has been around for quite some time. So it was not uncommon for any manager to find themselves learning the discipline of a structured project management system. That project methodology takes any given business or IT project through the same standardized steps from conception through implementation. Those steps would include…

- Project definition – Needs analysis and requirements definition – Cost benefit analysis – Project scope – Project schedule and budget – Detailed specifications – Development – Testing – Training – Deployment

By utilizing a standardized process of doing all projects the same way, using the same reporting methods and tools, there is an economy of skills in that the project leaders and team members become adept at navigating these steps. Further, by using the same systems and criteria, a scale of evaluation as to the effectiveness of the system is developed so the ability of project teams to do well over time improves.

It was probably inevitable that this standardized method would become codified and finally developed into a well-developed system that could that moulds all projects to a single standard. By developing an industry wide method that requires strict training and adherence to the same terms, tool sets and definitions of success, the “intuitive” nature of judging project effectiveness is reduced. And so ‘the Project Management Method” was developed whereby project managers can undergo strenuous and exacting training in a standardized method that would be enforced via certification across the whole of the business community.

Whether or not the PMM represents a curse or a blessing to the business world depends to a large extent on individual applications of the method and measurements and observations on whether the method itself introduces efficiency to the process of project management or just another layer of bureaucracy. .

There are definitely significant benefits to utilizing a methodology that is standardized at an industry level. Those project managers who have gone through the certification process can be depended on to implement that system the same way in each business setting. As such, the process of finding qualified project managers becomes simplified because the certification process alone communicates to the business that it can expect the PMM system to be implemented correctly.

Through the implementation of an external method of certification and measurement of excellence, the project manager career begins to take a high level of professionalism similar to in the legal and medical fields. So the PMM movement represents a maturing of the IT and project management disciplines as they move toward greater levels of accountability and control.

The dangers come in implementation of the PMM methodology on a project by project basis. In order for a PMM certified manager to live by his credentials, all projects must conform to a standard mould. The unique nature of each project may not easily fit into the PMM process of systematization.

In addition, the PMM system is heavily dependent on a large amount of meetings to document that the project is adhering to standards and a methodical documentation process from which there is little room for variation or accommodation. The PMM is a complex methodology so the tool sets that must be used to track the process can be expensive and difficult to use.

As a result, the introduction of the PMM system can cause the actual business objectives of the project to take on a secondary priority to the high standards of PMM itself. Project leaders working under the requirements of the PMM can become more accountable to the methodology itself and lose sight of what is good for the business or what is efficient in terms of getting the project completed.

The PMM leaves very little room for creativity or individual judgment and that is problematic because the nature of business problems have historically depended on the judgment and creative problem solving skills of middle management. By dominating the project process with the needs of the PMM methodology, excessive cost is introduced as well as cumbersome requirements that do not benefit the business or the project itself.

We recommend Macresource Computer Training for Microsoft Project classes

Three Ways To View A Spreadsheet In Microsoft Excel 2007

Although Excel’s Print Preview facility is very handy, it is purely a preview mode. You can’t work on your data while in Print Preview mode. In addition to Print Preview, Excel 2007 offers two new modes of working which offer similar benefits to Print Preview while allowing you full access to your data. To access these modes, click on one of the buttons on the right of the Excel status bar. Here you will find buttons that can take you from Normal mode to Page Layout or to Page Break Preview.

Normal mode is the Excel’s default mode. In Normal mode, the focus is on modifying and entering your data without thinking too much about pagination. If you print or preview your data, Excel will paginate the worksheet and insert dotted lines to show you the page breaks. This is normally the only feedback you will get which relates to the printed version of your document.

By contrast, Page Layout view gives you a permanent preview of where page breaks will occur and which data will be printed on which pages. When in Page Layout view, zoom out so that you can see more of the worksheet and you’ll notice that Excel displays margins on the left, right, top and bottom, as well as headers and footers. However, the great thing is that Page Layout view not simply a preview mode. You still have access to all the data within your worksheet and you can edit each of the cells it contains. If the printed version of your worksheet is particularly important, you may find it convenient to stay in this mode permanently; particularly if you have the benefit of a large monitor.

Excel’s third mode is called Page Break Preview. When you click on the Page Break Preview button that Excel conveniently zooms out so that you can see more of your worksheet. Page Break Preview mode is not dissimilar to Normal mode. Like Normal mode, it is not WYSIWYG (What you see is what you get) and neither headers and footers nor margins are shown. However, the key difference between Normal mode and Page Break Preview mode is that, when you’re working in Page Break Preview mode, the page break margins can be dragged.

This is a very useful facility: if you want to force a given column of data onto the next page, you just drag the blue dotted line representing the page break to the left of that column. It’s a deceptively simple feature. In fact, many experienced Excel 2003 users may even mistake the dotted lines representing page breaks for those which are displayed in Normal mode and may not even realise that these lines can in fact be dragged.

Author is a developer and trainer with TrainingCompany.Com, an independent computer training company offering Microsoft Excel 2007Classes at their central London training centre.

Techniques For Concatenating Data In Microsoft Excel

Concatenation is the process of stringing together different pieces of information to form a new piece of data. For example, if we have columns containing people’s title and first name and another containing their last name, we could use concatenation to create their full name. All we need to do is to string together the title, first name and last name.

Excel offers two methods of concatenating data. The first is the use of the ampersand (’&’) which is the concatenation operator: the second is the use of the CONCATENATE function. To use the ampersand in our ‘Title, First Name, Last Name’ example, we would first type in “=” to indicate that we want to create a function. Secondly, we would click on the cell that contains the title to have Excel add a reference to that cell to our formula.

The next step would be to add a space to separate the title from the first name. To do this, we simply type the concatenation operator followed by a space and since a space is a text character, it has to be enclosed in quotation marks. Thus, we would actually type ‘& ” ” &’. Next, we click on the cell that contains the first name, then type ‘& ” ” &’ once more to add a space separating the first name from the last name.

Finally, we click the cell that contains the last name and, to confirm the formula, either press the Enter key or click on the Enter button on the left of the formula bar.

Let’s now look at doing the same thing using the CONCATENATE function. When using the Insert Function command, the CONCATENATE function is found in the Text category. It allows you to string together up to 255 pieces of information. Let’s say, for example, that our title was in cell C2, our first name in D2 and our last name in E2; our formula would be ‘=CONCATENATE(C2,” “,D2,” “,E2)’.

As to which is better; there is not much to choose between them. Simply use the one which you feel makes more sense to you. One argument for using the first method is that the use of the concatenation operator is found in most scripting and programming languages. Some environments use the ampersand; others use the plus sign.

Visit Macresource Computer Training for Microsoft Excel VBA classes