Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you're certain that the cells will either be blank or contain one of "W"
or "L", then try something like this: =COUNTIF(A1:A20,"W")/COUNTA(A1:A20) That formula divides the number of cells containing "W" by the number of non-blank cells. Otherwise, maybe this? : =COUNTIF(A1:A20,"W")/SUM(COUNTIF(A1:A20,{"W","L"})) That formula divides the number of cells containing "W" by the number of cells containing either "W" or "L". In either case, format the cell as percent. Does that help? *********** Regards, Ron XL2002, WinXP "Bizman2125" wrote: I have 1 column. It contains a W or an L in each individual cell down the column to confirm wins and losses. How do I create a formula in a cell at the bottom of that column to calculate the percentage of W to the entire column of W and L? Thank you, Stephen |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to change column letters to correct ones in many formulas automatically? | Links and Linking in Excel | |||
how can i get formulas in excel to copy and paste? | Excel Worksheet Functions | |||
How prevent formulas to get external references/path to current workbook? | Excel Worksheet Functions | |||
Array Formulas take waaaay too long... | Excel Worksheet Functions | |||
calculating formulas for all workbooks in a folder | Excel Worksheet Functions |