Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 54
Default Return cell blank ifsum=0

I am using this formula

=SUMIF(F:G,L29,G:G)

normal answer is for instance 33456
sometime the answer is 0
When the answer is 0 I want the cell to show nothing at all

Is this possible ???

Regards

Mark
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Return cell blank ifsum=0

I'd use:

=if(sumif(...)=0,"",sumif(...))

Did you really mean to use F:G???

Mark Allen wrote:

I am using this formula

=SUMIF(F:G,L29,G:G)

normal answer is for instance 33456
sometime the answer is 0
When the answer is 0 I want the cell to show nothing at all

Is this possible ???

Regards

Mark


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Return cell blank ifsum=0

=IF(SUMIF(F:G,L29,G:G)=0,"",SUMIF(F:G,L29,G:G))
--
David Biddulph

"Mark Allen" wrote in message
...
I am using this formula

=SUMIF(F:G,L29,G:G)

normal answer is for instance 33456
sometime the answer is 0
When the answer is 0 I want the cell to show nothing at all

Is this possible ???

Regards

Mark



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 54
Default Return cell blank ifsum=0

The formula works but unfortunatley the blank response is showing as blank
but I am then using dynamic charting and it still shows as 0...I need the
cell to show nothing so it see's the cell as completly blank !!!!!

Help please.

"David Biddulph" wrote:

=IF(SUMIF(F:G,L29,G:G)=0,"",SUMIF(F:G,L29,G:G))
--
David Biddulph

"Mark Allen" wrote in message
...
I am using this formula

=SUMIF(F:G,L29,G:G)

normal answer is for instance 33456
sometime the answer is 0
When the answer is 0 I want the cell to show nothing at all

Is this possible ???

Regards

Mark




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default Return cell blank ifsum=0

Use NA()

as an example instead of


=IF(A1=0,"",A1)

use

=IF(A1=0,NA(),A1)


The formula will show as #N/A but the chart will show as null and if you
don't like the look of the #N/A you can hide it with conditional formatting
using white fonts


--
Regards,

Peo Sjoblom



"Mark Allen" wrote in message
...
The formula works but unfortunatley the blank response is showing as blank
but I am then using dynamic charting and it still shows as 0...I need the
cell to show nothing so it see's the cell as completly blank !!!!!

Help please.

"David Biddulph" wrote:

=IF(SUMIF(F:G,L29,G:G)=0,"",SUMIF(F:G,L29,G:G))
--
David Biddulph

"Mark Allen" wrote in message
...
I am using this formula

=SUMIF(F:G,L29,G:G)

normal answer is for instance 33456
sometime the answer is 0
When the answer is 0 I want the cell to show nothing at all

Is this possible ???

Regards

Mark








  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 54
Default Return cell blank ifsum=0

The NA bit worked but the chart is still seeing something there...

How do I do the condition formatting ??

Regards

Mark

"Peo Sjoblom" wrote:

Use NA()

as an example instead of


=IF(A1=0,"",A1)

use

=IF(A1=0,NA(),A1)


The formula will show as #N/A but the chart will show as null and if you
don't like the look of the #N/A you can hide it with conditional formatting
using white fonts


--
Regards,

Peo Sjoblom



"Mark Allen" wrote in message
...
The formula works but unfortunatley the blank response is showing as blank
but I am then using dynamic charting and it still shows as 0...I need the
cell to show nothing so it see's the cell as completly blank !!!!!

Help please.

"David Biddulph" wrote:

=IF(SUMIF(F:G,L29,G:G)=0,"",SUMIF(F:G,L29,G:G))
--
David Biddulph

"Mark Allen" wrote in message
...
I am using this formula

=SUMIF(F:G,L29,G:G)

normal answer is for instance 33456
sometime the answer is 0
When the answer is 0 I want the cell to show nothing at all

Is this possible ???

Regards

Mark






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
I want to return the #VALUE! as a blank cell. kgb1953 Excel Worksheet Functions 1 April 15th 07 06:20 PM
If cell blank return a blank Angela1979 Excel Worksheet Functions 8 March 7th 07 01:18 PM
Return a value to a cell that is blank hilltop55 Excel Discussion (Misc queries) 2 February 1st 07 08:58 PM
return a blank cell jpotts8117 Excel Worksheet Functions 5 September 23rd 05 08:33 PM
use IF to return a truly blank cell cwinters Excel Discussion (Misc queries) 5 August 6th 05 12:09 AM


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