View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Ardus Petus
 
Posts: n/a
Default logical formulas in excel

In A2, type:
IF(A1="cat",.25,.75)

HTH
--
AP

"c.welch" a écrit dans le message de
...
What I'd like to do is create a set of conditional statements. If the

cell
a1="cat", then the number in a2*.25. If the cell a1="dog", then the

number
in a2*.75. A1 will always say dog or cat. The then part of the statement
changes based on the text. Any suggestions on how to accomplish this?
Thanks.