View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Barsha Barsha is offline
external usenet poster
 
Posts: 1
Default How do I convert formula result into numbers so I can sum results?

I'm orderd by my boss to make a report form. So I need to make some
calculations...
How can I convert formula result into numbers?
This is an example from my formula:
1 2 3 4
A S S S S
B =IF(A1="S", "1")
c =IF(A2="S", "1")
D =IF(A3="S", "1")
E =SUM(B1:D1) (No action - no result, but I need E1 to be "3")