#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Percent of

Good morning everyone, this is a simple formula that I can't put my finger on
for some reason this morning, but I'd appreciate some help.

I'm trying to track training completions

in Cell A2 I have the total amount of employees.
in Cell B2 I have the amount of employees trained.
in Cell C2 I want the percentage of employees trained. Or the percentage of
employees left to be trained.

Thank you inadvance for you help.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default Percent of

=B2/A2 = percentage of employees trained.

=1-(B2/A2) = employees to be trained.

If A2 = 100 and B2 = 10, then

10/100 = 10% of employees trained

1-(10/100) = 90% of employees to be trained.

Dave
--
Brevity is the soul of wit.


"smiths4" wrote:

Good morning everyone, this is a simple formula that I can't put my finger on
for some reason this morning, but I'd appreciate some help.

I'm trying to track training completions

in Cell A2 I have the total amount of employees.
in Cell B2 I have the amount of employees trained.
in Cell C2 I want the percentage of employees trained. Or the percentage of
employees left to be trained.

Thank you inadvance for you help.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Percent of

In C2,
For % trained:
=B2/A2%

For % to be trained:
=(A2-B2)/A2%

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"smiths4" wrote in message
...
Good morning everyone, this is a simple formula that I can't put my finger
on
for some reason this morning, but I'd appreciate some help.

I'm trying to track training completions

in Cell A2 I have the total amount of employees.
in Cell B2 I have the amount of employees trained.
in Cell C2 I want the percentage of employees trained. Or the percentage of
employees left to be trained.

Thank you inadvance for you help.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Percent of

Thank you Dave it worked like a charm.

"Dave F" wrote:

=B2/A2 = percentage of employees trained.

=1-(B2/A2) = employees to be trained.

If A2 = 100 and B2 = 10, then

10/100 = 10% of employees trained

1-(10/100) = 90% of employees to be trained.

Dave
--
Brevity is the soul of wit.


"smiths4" wrote:

Good morning everyone, this is a simple formula that I can't put my finger on
for some reason this morning, but I'd appreciate some help.

I'm trying to track training completions

in Cell A2 I have the total amount of employees.
in Cell B2 I have the amount of employees trained.
in Cell C2 I want the percentage of employees trained. Or the percentage of
employees left to be trained.

Thank you inadvance for you help.

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
Track progress to lookup percent complete on another worksheet. IntricateFool Excel Worksheet Functions 0 June 2nd 06 04:20 PM
Percent Complete? bassec Excel Discussion (Misc queries) 3 March 28th 06 03:31 AM
two columns percent in third Common Rock New Users to Excel 1 February 1st 06 11:52 PM
Percent Change Ralph D via OfficeKB.com Excel Discussion (Misc queries) 1 December 8th 05 08:18 PM
Formatting a number to look like a Percent without a percent sign David Iacoponi Excel Discussion (Misc queries) 2 September 15th 05 06:35 PM


All times are GMT +1. The time now is 03:55 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"