Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JR JR is offline
external usenet poster
 
Posts: 92
Default If cell value is < negative number

Scenario:
IF cell is less than -.10, "Keep" is the true, "OLD" is the false.

Instead of the word OLD old coming up, the word FALSE is displayed. That's
not even part of my formula! Can someone help?!

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default If cell value is < negative number

Hi

=IF(A1<0.1,"Keep","Old")

Mike

"JR" wrote:

Scenario:
IF cell is less than -.10, "Keep" is the true, "OLD" is the false.

Instead of the word OLD old coming up, the word FALSE is displayed. That's
not even part of my formula! Can someone help?!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 123
Default If cell value is < negative number

Mike gave you the formula you were looking for, but for reference,
Excel uses the FALSE result in two common situations:
An IF statement is constructed, but no result has been declared for
what should happen if the test is not true
An evaluation is made that results in a not true result - this often
happens mistakenly if an = is typed into an equation instead of a +
(as in "=a1=a2" instead of "=a1+a2")

On Jan 14, 12:50*pm, JR wrote:
Scenario:
IF cell is less than -.10, "Keep" is the true, "OLD" is the false.

Instead of the word OLD old coming up, the word FALSE is displayed. *That's
not even part of my formula! *Can someone help?!


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default If cell value is < negative number

You forgot to tell us what formula you are using.
It should have been =IF(cellref<-.1,"Keep","OLD")
If you are getting FALSE, you've presumably got an IF statement for which
you have specified only 2 of the 3 arguments. If you don't give the 3rd
argument, which is the outcome if the condition is not met, the outcome in
this situation is assumed to be the Boolean FALSE.

In Excel, the F1 key is one way of getting into Excel's help function, and
in there when you type the word IF, it will give you a link to help on the
IF function. If there is any Excel function (other than DATEDIF) on which
you need additional information, Excel help is the place to start.
--
David Biddulph


"JR" wrote in message
...
Scenario:
IF cell is less than -.10, "Keep" is the true, "OLD" is the false.

Instead of the word OLD old coming up, the word FALSE is displayed.
That's
not even part of my formula! Can someone help?!



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
How To Detect A Negative Number In A Cell Minitman Excel Worksheet Functions 7 March 13th 08 04:12 PM
Negative number morphing to a cell code nickra Excel Worksheet Functions 14 October 1st 07 05:38 AM
cell to show ' 0 ' , or nothing at all, if the sum is a negative number rdmdale Excel Worksheet Functions 4 September 17th 05 03:54 PM
2003= negative number&2004= negative number How Do I Calculate gro Jason Excel Worksheet Functions 1 January 14th 05 05:24 PM
how to change the state of a number in a cell from negative to po. Steve11 Excel Discussion (Misc queries) 1 November 29th 04 07:00 AM


All times are GMT +1. The time now is 07:58 PM.

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"