Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 1
Default Need IF Statement to yield percentages

Thanks -

Two Columns involved:

- Column F has text entries in the range F2:F28: (Ex: "Oranges" or "Apples")

- Column K has a general values in the range K2:K28 (Ex: "7.0.4" or "6.1.4")

I need a formula which will yield, for example, the percentage of:

- Oranges that are 7.0.4
- Apples that are 6.1.4 (obviously the difference but I need to display both).

The formulas can reside in two separate cells if necessary. Thanks again!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,872
Default Need IF Statement to yield percentages

Hi,

Am Mon, 16 Jun 2014 20:09:42 +0100 schrieb mmurray47:

- Oranges that are 7.0.4


try:
=COUNTIFS(F2:F28,"Oranges",K2:K28,"7.0.4")/COUNTIF(F2:F28,"Oranges")
and format the cell as %


Regards
Claus B.
--
Vista Ultimate / Windows7
Office 2007 Ultimate / 2010 Professional
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
Current Yield vs. Yield to Maturity at low prices beariebird Excel Worksheet Functions 1 November 19th 09 08:50 PM
Average Percentages Excluding Zero Percentages MPHernandez Excel Programming 0 March 19th 08 06:54 PM
using percentages in an if statement matt Excel Discussion (Misc queries) 2 September 17th 05 01:42 AM
Yield rate Brad Excel Worksheet Functions 5 April 9th 05 01:22 AM


All times are GMT +1. The time now is 08:50 AM.

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"