#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
billy_bags
 
Posts: n/a
Default if =0 ""

in K7 I have the sum of b7:F7
if sum b7:f7 = 0.00 then i want to leave k7 blank; but if there is data in
b7:f7 I want the total
my formula is
=if(b7:f7=0,"",sum(b7:f7))
With figures in this range the current response is #VALUE

I know it must be simple and I thought I had followed the logical tests etc
that appear to prompt you
but.....
appreciate your clarification
Bill
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ramana
 
Posts: n/a
Default if =0 ""

Hi bill,

Just try this.

K7=IF(OR(B70,C70,D70,E70,F70),SUM(B7:F7)," ").

The formula worked for me.

Regards

Ramana

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JE McGimpsey
 
Posts: n/a
Default if =0 ""

One way:

=IF(SUM(B7:F7)=0,"",SUM(B7:F7))

In article ,
"billy_bags" wrote:

in K7 I have the sum of b7:F7
if sum b7:f7 = 0.00 then i want to leave k7 blank; but if there is data in
b7:f7 I want the total
my formula is
=if(b7:f7=0,"",sum(b7:f7))
With figures in this range the current response is #VALUE

I know it must be simple and I thought I had followed the logical tests etc
that appear to prompt you
but.....
appreciate your clarification
Bill

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
Functional difference b/n "" & " " Julie Quass Excel Discussion (Misc queries) 4 December 19th 05 06:35 PM
Time Entries: Want to Skip the ":" Brian Handly Excel Discussion (Misc queries) 3 December 19th 05 03:25 PM
Sumproduct to ignore text and "" Ricky Pang Excel Worksheet Functions 6 December 10th 05 07:36 AM
Graphing "" values jim314 Charts and Charting in Excel 3 November 18th 05 09:53 PM
Place a "" around ALL values in a cell Phil Excel Worksheet Functions 7 November 18th 05 01:36 AM


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