Search : in
By :

Running total as a percentage

Last answer on Oct 13, 2009 4:39:05 am BST Mel, on Oct 12, 2009 11:59:52 am BST 
 Report this message to moderators

Hello,
I have a group of employees that must complete training. They are listed in a column. As each employee completes the training I will enter an "x" in the column next to their name. At the bottom of the column I want to show a running total displayed as a percentage of employees that have completed the training...so I need to display the total of nonblank cells in a column as a percentage?? Very simple but I haven't worked with Excel much recently. Help!

Configuration: Windows XP Internet Explorer 7.0

Best answers for « Running total as a percentage » in :
TCO (Total Cost of Ownership) Show Introduction to TCO TCO (Total Cost of Ownership is the total cost of a good (e.g. an information system) over its entire life cycle. TCO takes into account not only direct costs (equipment costs such as computers, network infrastructures, etc. or...
Running older programs under windows XP ShowRunning older programs under windows XP Configuration The DOSBox Compatibly constraints with old programs Configuration Many computer programs or games do not correctly work when clicking on the .exe file in XP. These programs use DOS...
Running Metal Gear Solid (1) On Vista ShowRunning Metal Gear Solid (1) On Vista Issue Solution Issue You want to play some old games , such as Metal Gear Solid on your new PC. Installation went smooth but when you try to launch the game, you get an error message...
Running commands in Administrator mode on Vista ShowRunning commands in Administrator mode on Vista Under previous versions of Windows, the "Run" in the Start menu in Windows Vista is used to execute commands from the system. As default, these commands are executed using the...
Download Total Video Converter ShowDescription: Total Video Converter is a converter that converts video and audio files. It will allow you to convert your video files for your mobile phones, PSP, PS3, iPod, iPhone, etc. It can read various video file formats like mpeg, avi, mov, flv...
Download TotalMedia ShowDescription The application is designed by ArcSoft Software Inc. Total Media is an all in one pack, it includes TV, Video recording, photo editing and media conversion. It allows you to edit photos or videos, rips CDs to MP3 and more. Simple and easy...
TCO (Total Cost of Ownership) ShowIntroduction to TCO TCO (Total Cost of Ownership is the total cost of a good (e.g. an information system) over its entire life cycle. TCO takes into account not only the direct aspects (equipment costs such as computers, network infrastructures,...
Creating a local area network ShowWhy set up a local area network? When you have several computers, it can be convenient to connect them to each other to create a local area network (LAN). Setting up such a network costs very little, contrary to what people may think. Here are a...
Installing a VPN server in Windows XP ShowAdvantages of a VPN The set-up of a virtual private network enables the secure connection of remote computers through an unreliable connection (Internet), as if they were on the same local area network. This process is used by a variety of...

1

 venkat1926, on Oct 13, 2009 4:39:05 am BST

=countif (range,"x")/count(range)
this format as percentage
can you design this formula

range is the range where the data is

Reply to venkat1926