Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to avoid excel adding a 0 for cells with a formula

I have a running average that counts 0 as a value.

My data set contains a simple addition function that I have autofille
to empty entries in order to make data entry in the future easier. (th
addition will automatically be computed for new data points)

My COUNTIF & SUMIF functions both count 0 as a value for the runnin
average. I was wondering if anyone knows how to avoid having exce
automatically enter a zero into the sum cell when there arent an
values entered for that particular data point. I am looking for a wa
to keep the formula while avoiding the skewing of my data.

Thanks,
Wil

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 136
Default How to avoid excel adding a 0 for cells with a formula

Change simple addition function to:
=IF(simple addition function=0,"",simple addition function)

wjsubs < wrote:
I have a running average that counts 0 as a value.

My data set contains a simple addition function that I have autofilled
to empty entries in order to make data entry in the future easier. (the
addition will automatically be computed for new data points)

My COUNTIF & SUMIF functions both count 0 as a value for the running
average. I was wondering if anyone knows how to avoid having excel
automatically enter a zero into the sum cell when there arent any
values entered for that particular data point. I am looking for a way
to keep the formula while avoiding the skewing of my data.

Thanks,
Will


---
Message posted from http://www.ExcelForum.com/

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
IF - how to avoid cells with no value Heidi Excel Discussion (Misc queries) 6 March 7th 09 11:21 PM
can i avoid repeating rows when adding calculated item in pivot ta sophie Excel Worksheet Functions 4 January 7th 08 07:50 AM
Excel truncated my cells when copying, how to avoid?? bxc2739 Excel Discussion (Misc queries) 0 March 17th 06 04:40 PM
Copy/Paste how to avoid the copy of formula cells w/o calc values Dennis Excel Discussion (Misc queries) 10 March 2nd 06 10:47 PM
Need formula to avoid ":" in cells with tt:mm morgan Excel Worksheet Functions 2 November 19th 04 09:25 AM


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