Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 519
Default To leave a blank cell

Hello from Steved

With the below formula what is required please to have the cell blank as at
the moment it shows 0.

ps I do not want to turn zero off

='City Depot'!C9+'Panmure Depot'!C9

Thankyou.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,090
Default To leave a blank cell

something like:
=If(Yourformula=0,"",Yourformula)
Note that there is NO space between the two quote marks. In other words, it
is "", not " ". HTH Otto
"Steved" wrote in message
...
Hello from Steved

With the below formula what is required please to have the cell blank as
at
the moment it shows 0.

ps I do not want to turn zero off

='City Depot'!C9+'Panmure Depot'!C9

Thankyou.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dom Dom is offline
external usenet poster
 
Posts: 46
Default To leave a blank cell

Hi Steved,

How about Tools/options/view, and deselect "zero values" ?

"Steved" wrote:

Hello from Steved

With the below formula what is required please to have the cell blank as at
the moment it shows 0.

ps I do not want to turn zero off

='City Depot'!C9+'Panmure Depot'!C9

Thankyou.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default To leave a blank cell

Do you mean ...?

=IF('City Depot'!C9+'Panmure Depot'!C9=0,"",'City Depot'!C9+'Panmure
Depot'!C9)

HTH

"Steved" wrote:

Hello from Steved

With the below formula what is required please to have the cell blank as at
the moment it shows 0.

ps I do not want to turn zero off

='City Depot'!C9+'Panmure Depot'!C9

Thankyou.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default To leave a blank cell


Have you tried conditional formatting? (Menu: Format - Conditional
Formatting)
Set up the cell so that values less than zero have white type.
Jill


--
jillteresa
------------------------------------------------------------------------
jillteresa's Profile: http://www.excelforum.com/member.php...fo&userid=9498
View this thread: http://www.excelforum.com/showthread...hreadid=562199



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 519
Default To leave a blank cell

I thankyou all

"Steved" wrote:

Hello from Steved

With the below formula what is required please to have the cell blank as at
the moment it shows 0.

ps I do not want to turn zero off

='City Depot'!C9+'Panmure Depot'!C9

Thankyou.

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default To leave a blank cell

You could also give the cell's number format a custom format like:

#;-#;

(replace the # and -# with your desired format for positive and negative
numbers)

HTH,
Ryan

"Steved" wrote:

Hello from Steved

With the below formula what is required please to have the cell blank as at
the moment it shows 0.

ps I do not want to turn zero off

='City Depot'!C9+'Panmure Depot'!C9

Thankyou.

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
Sum in first blank cell and a few more things... Bleu_808 Excel Discussion (Misc queries) 3 May 4th 06 12:00 PM
Return of blank cell if lookup fails TimM Excel Worksheet Functions 4 November 23rd 05 04:40 PM
To Leave Cell blank Please Steved Excel Worksheet Functions 7 August 1st 05 12:20 AM
blank cell turns to 0 LMB New Users to Excel 2 April 25th 05 03:57 PM
VLookup resulting in a blank cell... KempensBoerke Excel Worksheet Functions 1 October 28th 04 09:57 PM


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