Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
woods-one
 
Posts: n/a
Default How do you use the < funjctions when calculating negative numbe

In Excel, how do you use the greater than & < less than formula options to
tell if a number is more negative or less negative than another.

  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default How do you use the < funjctions when calculating negative numbe

One way:

=IF(A1<B1,"A1 is more negative than B1", "A1 is not more negative
than B1")

In article ,
woods-one wrote:

In Excel, how do you use the greater than & < less than formula options to
tell if a number is more negative or less negative than another.

  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default How do you use the < funjctions when calculating negative numbe

=IF(A1<B1,"more negative",IF(A1B1,"more negative","same"))

--

HTH

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


"woods-one" wrote in message
...
In Excel, how do you use the greater than & < less than formula options

to
tell if a number is more negative or less negative than another.



  #4   Report Post  
Roger Govier
 
Posts: n/a
Default How do you use the < funjctions when calculating negative numbe

Hi

=-2<-1 entered in a cell will return TRUE
=-1<-2 entered in a cell will return FALSE

With -1 in A1 and -2 in A2 enter in cell C1
=IF(B1<A1,"yes, B1 is less than A1","no, B1 is not less than A1")


Regards

Roger Govier


woods-one wrote:
In Excel, how do you use the greater than & < less than formula options to
tell if a number is more negative or less negative than another.

  #5   Report Post  
 
Posts: n/a
Default How do you use the < funjctions when calculating negative numbe

"woods-one" wrote:
In Excel, how do you use the greater than & < less
than formula options to tell if a number is more negative
or less negative than another.


The same way that you use "" and "<" to determine if a
number is more positive and less positive respectively. If
A and B are negative, "A < B" is true when A is "more negative"
or "less positive" than B. Simply put, A is less than B.

You seem to have a fundamental problem with the concept
of negative numbers. Perhaps you should look at why you
have them and avoid them at the source, if that makes sense
in your application.



  #6   Report Post  
Peo Sjoblom
 
Posts: n/a
Default How do you use the < funjctions when calculating negative numbe

=-100<-10

--

Regards,

Peo Sjoblom

"woods-one" wrote in message
...
In Excel, how do you use the greater than & < less than formula options

to
tell if a number is more negative or less negative than another.



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
Calculating growth with negative numbers Tsipi4me Excel Worksheet Functions 3 April 3rd 23 12:12 PM
calculating positive and negative formulas cliford Excel Worksheet Functions 2 September 3rd 05 10:47 PM
Calculating negative time. Brian Excel Discussion (Misc queries) 4 April 7th 05 08:37 PM
Calculating negative time & creating scrol bars for fixed size txt box. Jonathan hill via OfficeKB.com Excel Discussion (Misc queries) 4 February 12th 05 02:08 AM
How do I format a column to automatically make it a negative numbe Kathy Excel Worksheet Functions 1 January 25th 05 03:15 AM


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

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

About Us

"It's about Microsoft Excel"