Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
NeedtoExcel
 
Posts: n/a
Default Excel Language "lingo"

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?
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

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

which assumes that a zero value should be "no".

There's no special language you should learn for using XL itself. Use
Help liberally instead.

If you want to learn to use macros, they're written in Visual Basic for
Applications (VBA). But that generally won't help you with worksheet
functions.

In article ,
"NeedtoExcel" wrote:

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?

  #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?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Difference in number of Excel NewsGroups Hari Prasadh Excel Discussion (Misc queries) 1 January 25th 05 11:32 AM
sharing/using/saving Excel 2002 files in Excel 2003 maze2009 Excel Discussion (Misc queries) 0 January 20th 05 07:27 PM
Excel 2002 and 2000 co-install. Control Which Starts ? cnuk Excel Discussion (Misc queries) 2 January 17th 05 08:07 PM


All times are GMT +1. The time now is 07:01 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"