PC Review


Reply
Thread Tools Rate Thread

cell= False?

 
 
yaya
Guest
Posts: n/a
 
      20th Mar 2010
this is function =IF((C2=25);C3=0;(C3=(C2+5))) and it still alwas give me
false what is the error?
 
Reply With Quote
 
 
 
 
Hakyab
Guest
Posts: n/a
 
      22nd Mar 2010
The function, =IF((C2=25);C3=0;(C3=(C2+5)) will return a TRUE of FALSE
depending on whether C3 = 0, when C2 is 25. If you want it to return 0, or
C2+5,
you should use
=IF((C2=25);0;C2+5) in cell C3.

HTH

"yaya" wrote:

> this is function =IF((C2=25);C3=0;(C3=(C2+5))) and it still alwas give me
> false what is the error?

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is Cell D3 within 10% of B3 True or false? Mark B Microsoft Excel Misc 13 16th Sep 2009 11:14 AM
Is Cell D3 within 10% of B3 True or false? Mark B Microsoft Excel Misc 6 15th Sep 2009 04:29 PM
Get rid of FALSE in cell? StargateFanFromWork Microsoft Excel Discussion 3 20th Sep 2007 08:42 PM
VBA always creates linked chart even when using PasteExcelTable False, False, False in Office 2007 Matt Simpson Microsoft Excel Programming 0 6th Aug 2007 08:11 PM
Excel 2003 Cell changes color when other cell is FALSE Chris Delsman Microsoft Excel Worksheet Functions 4 6th Aug 2003 04:52 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:09 PM.