#1   Report Post  
Kim
 
Posts: n/a
Default Excel 2000

How do I get a percentage of two numbers? Example: I have 77 Leads and 19
Sales. I want to enter a function that will show the Percent of Sales
automatically.
  #2   Report Post  
Lee Harris
 
Posts: n/a
Default Excel 2000


"Kim" wrote in message
...
How do I get a percentage of two numbers? Example: I have 77 Leads and
19
Sales. I want to enter a function that will show the Percent of Sales
automatically.



A1 = "Leads", B1 = "Sales", C1="%age Sales"

A2 = 77, B2 = 19, C2 = B2/A2 (shows % of type 0.0 to 1.0)
OR
A2 = 77, B2 = 19, C2 = 100*B2/A2 (shows % of type 0 to 100)

or use the first method and format column C to type "percentage", which
leaves the data in the form 0.0 to 1.0, but displays it as a 0 to 100 scale


  #3   Report Post  
BekkiM
 
Posts: n/a
Default Excel 2000

The formula (Sales as a percentage of Leads) is:

A B C
1 Leads Sales Closure Rate
2 77 19 =B2/A2

Just format column C to show percentage (Format | Cells | Number). Copy the
formula down for as many rows as you need.

"Kim" wrote:

How do I get a percentage of two numbers? Example: I have 77 Leads and 19
Sales. I want to enter a function that will show the Percent of Sales
automatically.

  #4   Report Post  
Alok
 
Posts: n/a
Default Excel 2000

Kim,

Enter the leads in Cell A1 and the sales in B1. Then enter the formula
=B1/A1 in the cell C1. Format the cell C1 as percentage.(Place your cursor on
cell C1 and then Format/Cells Number tab and select percentage.)

Alok

"Kim" wrote:

How do I get a percentage of two numbers? Example: I have 77 Leads and 19
Sales. I want to enter a function that will show the Percent of Sales
automatically.

  #5   Report Post  
mooncrawler
 
Posts: n/a
Default Excel 2000

If Leads is in A2 and Sales is in B2, in C2 you'll enter: =(A2/100)*B2


--
"Kim" schreef in bericht
...
How do I get a percentage of two numbers? Example: I have 77 Leads and
19
Sales. I want to enter a function that will show the Percent of Sales
automatically.





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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Can I lock info in Excel 2003 and users in Excel 2000 enter info? Mimmsan Excel Discussion (Misc queries) 1 September 8th 05 12:12 AM
Hyperlink in Excel 2000 can't open bookmarked Word 2000 file DCheslock Excel Discussion (Misc queries) 1 May 5th 05 10:46 PM
Excel XP 2002 Vs. Excel 2000 Samantha Excel Discussion (Misc queries) 0 April 18th 05 03:54 PM
Excel 2000 file when opened in Excel 2003 generates errors? Doug Excel Discussion (Misc queries) 13 December 25th 04 10:20 PM


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