Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default How do I get Null as a result of an if?

=if(false, "yup",) will record 0
=if(false, "yup","") will record the empty string
=if(false, "yup") will record "False"

What I want is null, nothing, nada. rien de tout, a virgin cell.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default How do I get Null as a result of an if?

wrote..
=if(false, "yup",) will record 0
=if(false, "yup","") will record the empty string
=if(false, "yup") will record "False"

What I want is null, nothing, nada. rien de tout, a virgin cell.


Well, you ain't gonna get it!

There is no "null". The closest you can get is the empty string

Biff


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default How do I get Null as a result of an if?

Let me rephrase then.

I want something that counta() won't pick up.




Biff wrote:
wrote..
=if(false, "yup",) will record 0
=if(false, "yup","") will record the empty string
=if(false, "yup") will record "False"

What I want is null, nothing, nada. rien de tout, a virgin cell.


Well, you ain't gonna get it!

There is no "null". The closest you can get is the empty string

Biff


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default How do I get Null as a result of an if?

I want something that counta() won't pick up.

There is nothing!

There is no "null", no "nil", no "nothing" !

You might be able to do something with an event macro but I can't help with
that.

What are you trying to do? There may be a workaround.

Biff

wrote in message
oups.com...
Let me rephrase then.

I want something that counta() won't pick up.




Biff wrote:
wrote..
=if(false, "yup",) will record 0
=if(false, "yup","") will record the empty string
=if(false, "yup") will record "False"

What I want is null, nothing, nada. rien de tout, a virgin cell.


Well, you ain't gonna get it!

There is no "null". The closest you can get is the empty string

Biff




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How do I get Null as a result of an if?

=counta() will count anything except cells that are empty. It will include any
formula in the count--no matter what it evaluates to.

Depending on what you're looking for, maybe you could return "", then use a
formula like:
=countif(a:a,"<")



wrote:

Let me rephrase then.

I want something that counta() won't pick up.

Biff wrote:
wrote..
=if(false, "yup",) will record 0
=if(false, "yup","") will record the empty string
=if(false, "yup") will record "False"

What I want is null, nothing, nada. rien de tout, a virgin cell.


Well, you ain't gonna get it!

There is no "null". The closest you can get is the empty string

Biff


--

Dave Peterson


  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default How do I get Null as a result of an if?

That's the ticket!!

Normally I'm a java / c# programmer. I'm finding this excel stuff very
limiting. Everything is a bloody hack.




Dave Peterson wrote:
make that formula:

=COUNTIF(A:A,"?*")

Not =countif(a:a,"<")

wrote:

Let me rephrase then.

I want something that counta() won't pick up.

Biff wrote:
wrote..
=if(false, "yup",) will record 0
=if(false, "yup","") will record the empty string
=if(false, "yup") will record "False"

What I want is null, nothing, nada. rien de tout, a virgin cell.

Well, you ain't gonna get it!

There is no "null". The closest you can get is the empty string

Biff


--

Dave Peterson


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 Convert Figures into Text in Excel m_azim1 Excel Worksheet Functions 3 April 5th 06 05:45 PM
Convert number into words Blackwar Excel Discussion (Misc queries) 4 December 2nd 05 12:05 PM
EXCEL:NUMBER TO GREEK WORDS vag Excel Worksheet Functions 1 June 15th 05 05:57 PM
Is there a formula to spell out a number in excel? Sha-nay-nay Excel Worksheet Functions 2 December 18th 04 09:25 PM
Convert Numeric into Text Monty Excel Worksheet Functions 0 December 18th 04 09:25 PM


All times are GMT +1. The time now is 12:43 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"