Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Current Yield vs. Yield to Maturity at low prices | Excel Worksheet Functions | |||
Average Percentages Excluding Zero Percentages | Excel Programming | |||
using percentages in an if statement | Excel Discussion (Misc queries) | |||
Yield rate | Excel Worksheet Functions |