Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default cell with value returns that value, empty cell returns zero

How do I: If a cell contains a value, that cell shows that value. If that
cell is empty, that cell shows zero
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 618
Default cell with value returns that value, empty cell returns zero

=IF(A1="",0,A1)
--
David Biddulph

"tamarak" wrote in message
...
How do I: If a cell contains a value, that cell shows that value. If that
cell is empty, that cell shows zero



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 195
Default cell with value returns that value, empty cell returns zero

Hi,
At the cell, other than A1, write -

=IF(A1,A1,0)

Thankyou,

Shail


David Biddulph wrote:
=IF(A1="",0,A1)
--
David Biddulph

"tamarak" wrote in message
...
How do I: If a cell contains a value, that cell shows that value. If that
cell is empty, that cell shows zero


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
Empty Date Cell as Zero [email protected] Excel Discussion (Misc queries) 1 September 22nd 06 01:09 AM
Blank (empty) cell always equal to 0?? ulfah Excel Discussion (Misc queries) 3 February 1st 06 04:55 PM
=CELL("filename") VOLATILE? DR Hall Excel Worksheet Functions 6 December 31st 05 06:32 PM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Using Jet to read excel file returns blank for last cell - sometim Ron Excel Discussion (Misc queries) 1 December 9th 04 08:21 AM


All times are GMT +1. The time now is 01:21 PM.

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

About Us

"It's about Microsoft Excel"