A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Default Value for an empty cell



 
 
Thread Tools Display Modes
  #1  
Old April 28th, 2004, 06:26 PM
Jimbo
external usenet poster
 
Posts: n/a
Default Default Value for an empty cell

I am trying to use an "IF" statement which it checks the value of a cell. If there isn't any input, including a zero, I want it to do one thing and another thing if any number, including a zero is entered. Unfortunately an empty cell has a value of one. Can that be changed?

Thanks.
  #2  
Old April 28th, 2004, 06:43 PM
Frank Kabel
external usenet poster
 
Posts: n/a
Default Default Value for an empty cell

Hi
please post your current formula (an empty cell is not treated as '1')

--
Regards
Frank Kabel
Frankfurt, Germany


Jimbo wrote:
I am trying to use an "IF" statement which it checks the value of a
cell. If there isn't any input, including a zero, I want it to do one
thing and another thing if any number, including a zero is entered.
Unfortunately an empty cell has a value of one. Can that be changed?

Thanks.


  #3  
Old June 13th, 2004, 06:16 PM
CLR
external usenet poster
 
Posts: n/a
Default Default Value for an empty cell

Maybe try.........

=IF(OR(F1=0,LEN(F1)=0),"NoNumber","number")

or

=IF(F10,"Number","NoNumber")


Vaya con Dios,
Chuck, CABGx3



"Jimbo" wrote in message
...
I am trying to use an "IF" statement which it checks the value of a cell.

If there isn't any input, including a zero, I want it to do one thing and
another thing if any number, including a zero is entered. Unfortunately an
empty cell has a value of one. Can that be changed?

Thanks.



 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


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


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