View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
LINDA LINDA is offline
external usenet poster
 
Posts: 205
Default performing algorithm

Can Excel perform algorithm? I have a set of rules for computaton of my data
as follows. I wonder if I could use Excel to do it.

Rule 1: =IF(A1=0,A2*2,1)
Rule 2: =IF(A1:F1=0,A2)

Please help.

Thank you,
Linda