Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default When I enter =Temparary!F2 , I get a zero when referancing a blank cell

When I enter =Temparary!F2 , I get a zero when referancing a blank cell,
where I should get a null, why is this happening? I did this in another
worksheet and it worked fine. I tried several formating options, and it is
the same. I know I could use n IF(len(Temparary!F2) = 0,"",Temparary!F2),
but I should not need to. What am I missing?



Thanks

Bruce



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default When I enter =Temparary!F2 , I get a zero when referancing a blank cell

<I did this in another worksheet and it worked fine

I think you're in error. It works the way you found now.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Bruce" <oleexpres.at.johnsonclan.net wrote in message ...
| When I enter =Temparary!F2 , I get a zero when referancing a blank cell,
| where I should get a null, why is this happening? I did this in another
| worksheet and it worked fine. I tried several formating options, and it is
| the same. I know I could use n IF(len(Temparary!F2) = 0,"",Temparary!F2),
| but I should not need to. What am I missing?
|
|
|
| Thanks
|
| Bruce
|
|
|


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default When I enter =Temparary!F2 , I get a zero when referancing a blank cell

That's just how it works. An empty cell evalautes as 0 and some functions do
not ignore empty cells. If as you say it worked before it had to have been
because the referenced cell may have contained a formula blank (""), a space
or some other non-visible type of character.

There is no "null" value. The closest you can come is an empty text string
("").

Biff

"Bruce" <oleexpres.at.johnsonclan.net wrote in message
...
When I enter =Temparary!F2 , I get a zero when referancing a blank cell,
where I should get a null, why is this happening? I did this in another
worksheet and it worked fine. I tried several formating options, and it is
the same. I know I could use n IF(len(Temparary!F2) = 0,"",Temparary!F2),
but I should not need to. What am I missing?



Thanks

Bruce





  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default When I enter =Temparary!F2 , I get a zero when referancing a blank cell

could you not use a conditional format changing any cell resulting with zero
to a white format?



"T. Valko" wrote in message
...
That's just how it works. An empty cell evalautes as 0 and some functions
do not ignore empty cells. If as you say it worked before it had to have
been because the referenced cell may have contained a formula blank (""),
a space or some other non-visible type of character.

There is no "null" value. The closest you can come is an empty text string
("").

Biff

"Bruce" <oleexpres.at.johnsonclan.net wrote in message
...
When I enter =Temparary!F2 , I get a zero when referancing a blank cell,
where I should get a null, why is this happening? I did this in another
worksheet and it worked fine. I tried several formating options, and it
is the same. I know I could use n IF(len(Temparary!F2) =
0,"",Temparary!F2), but I should not need to. What am I missing?



Thanks

Bruce







  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default When I enter =Temparary!F2 , I get a zero when referancing a blankcell

But that could hide the 0's that are returned because the "sending" cell
contains 0.

To the OP, I just use:

=if(a1="","",a1)

(I don't check the length.)

Mr BT wrote:

could you not use a conditional format changing any cell resulting with zero
to a white format?

"T. Valko" wrote in message
...
That's just how it works. An empty cell evalautes as 0 and some functions
do not ignore empty cells. If as you say it worked before it had to have
been because the referenced cell may have contained a formula blank (""),
a space or some other non-visible type of character.

There is no "null" value. The closest you can come is an empty text string
("").

Biff

"Bruce" <oleexpres.at.johnsonclan.net wrote in message
...
When I enter =Temparary!F2 , I get a zero when referancing a blank cell,
where I should get a null, why is this happening? I did this in another
worksheet and it worked fine. I tried several formating options, and it
is the same. I know I could use n IF(len(Temparary!F2) =
0,"",Temparary!F2), but I should not need to. What am I missing?



Thanks

Bruce






--

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
to enter today's date if a cell is blank Lynn Hanna Excel Worksheet Functions 1 July 26th 06 01:06 PM
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
Instead of a negative number, I'd like to show zero... Dr. Darrell Excel Worksheet Functions 6 December 7th 05 08:21 PM
excel formula to enter "0" if cell blank Curt Excel Worksheet Functions 9 November 6th 05 08:24 AM
blank cell turns to 0 LMB New Users to Excel 2 April 25th 05 03:57 PM


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