Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Calculate a close ratio

I am working on a template to keep track of every quote that leaves our
office and would like to include a formula to calculate our close ratio based
on the number of accepted proposals. I have a column for Y/N but it could
easily be a check mark or something else. What are some possible formulas?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Calculate a close ratio

Hi,

Say you mark column A with a Y for hits and a N for failures, Try this in
another cell to get your close ratio

=COUNTIF(A1:A500,"y")/COUNTA(A1:A500)

format as percent
It doesn't matter if part of the range is empty but you must mark Y hits and
N (actually anything excepty blank) for misses.

Mike

"tin95" wrote:

I am working on a template to keep track of every quote that leaves our
office and would like to include a formula to calculate our close ratio based
on the number of accepted proposals. I have a column for Y/N but it could
easily be a check mark or something else. What are some possible formulas?

  #3   Report Post  
Posted to microsoft.public.excel.misc
dlw dlw is offline
external usenet poster
 
Posts: 510
Default Calculate a close ratio

[(closed quotes)*100]/(total quotes)
give a number that is the percentage of closed quotes)

"tin95" wrote:

I am working on a template to keep track of every quote that leaves our
office and would like to include a formula to calculate our close ratio based
on the number of accepted proposals. I have a column for Y/N but it could
easily be a check mark or something else. What are some possible formulas?

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
Calculate central tendency tht are interval or ratio measurement? tamainor Excel Worksheet Functions 1 December 24th 07 07:08 PM
Macro that counts the Nbr of Teams and calculate the total & Ratio Jurassien Excel Discussion (Misc queries) 0 March 6th 07 05:20 PM
How do I calculate and display ratio ( format 3.5:2) BKW Excel Worksheet Functions 4 September 28th 05 07:38 PM
I need a formula to calculate the ratio of #'s in a row and column KellyKulpa Excel Discussion (Misc queries) 8 September 13th 05 06:44 PM
How do I calculate a cost/benefit ratio for a business proposal? Brad Excel Discussion (Misc queries) 1 August 19th 05 09:44 PM


All times are GMT +1. The time now is 09:23 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"