View Single Post
  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default

=IF(A1+B1<0,"yes",IF(A1+B10,"no","zero"))

Excel worksheets are not a language as such, more formula syntax. You need
to get a good understanding of what formulas are available and how they
work, be able to break your problem down into logical parts, understand how
to apply the formulae to these logical parts, how to identify test
conditions, and test them.

In other words, seek out information, try things, follow these NGs to see
what others are asking, and the responses, and practice.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"NeedtoExcel" wrote in message
...
I need a cell to display "yes" if the total of two cells is negative and

no
if posititive.

Also, is there a computer language that I should learn that would help me
figure out these type of issues in the future?