Putting two formulars together in excel
hi,
=IF(A1=0,B1*2,IF(A1:F1=0,0,1))
works in xp
regards
FSt1
"Linda" wrote:
I need to put two formulars together in a cell in my excel's worksheet. For
example, =IF(A1=0, B1*2,1) and =IF(A1:F1=0,0,1). I need to put these two
formulars together in a cell. What is the exact way I should put them? I
have tried =IF(A1=0,B1*2,1,IF(A1:F1=0,0,1)). However, it did not work.
Could somebody help me?
Thank you,
Linda
|