View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
RagDyeR RagDyeR is offline
external usenet poster
 
Posts: 3,572
Default Inputting a value and receiving a result

One way:
..
=COUNTIF(A1:A8,"W")*4+COUNTIF(A1:A8,"T")*2
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"CSA_Coach" wrote in message
...
Could someone please help. I want to know if I can enter a "W" and receive

a
value of 4 a "T" to receive a value of 2 or a value of "L" to receive a

value
of 0 in Excel 2003. I would have 8 cells and would want to see a combined
value of all sells as a final result.

Example: Cell 1 = W, Cell 2 = W, Cell 3 = T, Cell 4 = L, Cell 5 = T, Cell

6
= L, Cell 7 = W, Cell 8 = W, Cell 9 = 20

Hope I explained this well enough. Thank you in advance for your help!