Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default help with formula

I have the following formula: =SUM(C9-E9-F9)
This formula is then dragged down for many rows and works perfectly except
for one thing, in the rows that have no data in them, the cell shows up as
£0.00. Is it possible to have it that the cell remains blank until data is
entered in the row?
I hope this makes sense to you,
Thank You for any replies.


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 896
Default help with formula

format the cells as Custom # ##0;-# ##0;



On 1 Cze, 10:51, "Fergal" wrote:
I have the following formula: =SUM(C9-E9-F9)
This formula is then dragged down for many rows and works perfectly except
for one thing, in the rows that have no data in them, the cell shows up as
£0.00. Is it possible to have it that the cell remains blank until data is
entered in the row?
I hope this makes sense to you,
Thank You for any replies.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default help with formula

Hi,

1 way. Note you don't need SUM

=IF(COUNT(C9,E9,F9)=3,C9-E9-F9,"")

Mike

"Fergal" wrote:

I have the following formula: =SUM(C9-E9-F9)
This formula is then dragged down for many rows and works perfectly except
for one thing, in the rows that have no data in them, the cell shows up as
£0.00. Is it possible to have it that the cell remains blank until data is
entered in the row?
I hope this makes sense to you,
Thank You for any replies.



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



All times are GMT +1. The time now is 09:44 AM.

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"