Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Set a cell to blank (Null)

How can I set a set to Null? I am ussing a formula in a worksheet to pickup
values from another worksheet.

I need to use a formula such as "=IF(ISBLANK(Sheet1!B2), Null,Sheet1!B2)"

If I just say "=Sheet1!B2, then the blank value gets set to 0. I don't want
0, but rather Null.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Set a cell to blank (Null)

=IF(ISBLANK(Sheet1!B2), "",Sheet1!B2)

--
Regards,
Tom Ogilvy

"Bill Agee" wrote in message
nk.net...
How can I set a set to Null? I am ussing a formula in a worksheet to

pickup
values from another worksheet.

I need to use a formula such as "=IF(ISBLANK(Sheet1!B2), Null,Sheet1!B2)"

If I just say "=Sheet1!B2, then the blank value gets set to 0. I don't

want
0, but rather Null.




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
setting a cell to 'empty' or blank or null ? KRK New Users to Excel 7 May 7th 08 12:49 AM
I want to use a different cell if my date field is NULL/BLANK Ralph D''Andrea Excel Worksheet Functions 5 October 23rd 07 07:13 PM
If null, make cell blank Nicole L. Excel Worksheet Functions 1 September 30th 07 08:25 AM
Replace null string with blank cell gjcase Excel Discussion (Misc queries) 2 August 9th 05 02:13 PM
make cell contents equal to null value - not blank, but empty mpierre Excel Worksheet Functions 1 December 29th 04 06:57 AM


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