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

=SUMPRODUCT(LOOKUP(A1:A8,{"L","T","W"},{0,2,4}))


"CSA_Coach" wrote:

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!