Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have 6 columns that have letters say (W) for win (L) for loss and (D) for
draw I need to total them individually say to 3 win 2 loss 1 draw = 6 in Total columns. So need formula to total each in numeral form but they show as letters.in columns. |
#2
![]() |
|||
|
|||
![]()
=COUNTIF(A1:F1,"W")
=COUNTIF(A1:F1,"L") =COUNTIF(A1:F1,"D") of if A2:C2 contain the letters W L D =COUNTIF($A$1:$F$1,A1) =COUNTIF($A$1:$F$1,B1) =COUNTIF($A$1:$F$1,C1) best wishes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "koolone" wrote in message ... I have 6 columns that have letters say (W) for win (L) for loss and (D) for draw I need to total them individually say to 3 win 2 loss 1 draw = 6 in Total columns. So need formula to total each in numeral form but they show as letters.in columns. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
no row numbers or column letters DISPLAYED | Excel Discussion (Misc queries) | |||
VLOOKUP for a cell with both letters and numbers | Excel Discussion (Misc queries) | |||
Excel column headings from numbers to letters | Excel Discussion (Misc queries) | |||
Finding Numbers with Cells that also contain letters | Excel Discussion (Misc queries) | |||
how to sum up letters instead of numbers? | Excel Discussion (Misc queries) |