Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default Cells with no data

This is my formula:

=((D41)0)+((D61)0)+((D81)0)+((D101)0)+((D121) 0)+((D141)0)+((D161)0)+((D181)0)&$T$2&((D41)=0) +((D61)=0)+((D81)=0)+((D101)=0)+((D121)=0)+((D141) =0)+((D161)=0)+((D181)=0)&$T$2&((D41)<1)+((D61)<1) +((D81)<1)+((D101)<1)+((D121)<1)+((D141)<1)+((D161 )<1)+((D181)<1)

Basically, I'm using a set of cells within columns to show the amount of
numbers that are 0, =0, or <0. If a selected cell has no data how do I make
sure that it is not counted as a positive number (0)

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,346
Default Cells with no data

Hi,

You might consider

Counts all cell 0 =COUNTIF(A1:A20,"0")
Counts all cell <0 =COUNTIF(A1:A20,"<0")
Counts all cell = 0 =COUNTIF(A1:A20,"=0")

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"dakotablu" wrote:

This is my formula:

=((D41)0)+((D61)0)+((D81)0)+((D101)0)+((D121) 0)+((D141)0)+((D161)0)+((D181)0)&$T$2&((D41)=0) +((D61)=0)+((D81)=0)+((D101)=0)+((D121)=0)+((D141) =0)+((D161)=0)+((D181)=0)&$T$2&((D41)<1)+((D61)<1) +((D81)<1)+((D101)<1)+((D121)<1)+((D141)<1)+((D161 )<1)+((D181)<1)

Basically, I'm using a set of cells within columns to show the amount of
numbers that are 0, =0, or <0. If a selected cell has no data how do I make
sure that it is not counted as a positive number (0)

Thanks

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
Need to average data if in cells, but ignore blank cells. Paula Excel Worksheet Functions 4 July 1st 09 05:38 PM
Returning data of multiple cells for lookup of mulltiple cells HELP on data reference formulas Excel Discussion (Misc queries) 1 October 29th 08 08:27 PM
how to find cells that refer to data in other cells in excel Aman Excel Discussion (Misc queries) 8 December 2nd 07 10:02 PM
transfer data into row cells from column cells in Excel Bernard Modlinsky Excel Discussion (Misc queries) 3 August 12th 06 08:07 PM
trying to create an (almost) circular formula between cells and data validated cells with lists KR Excel Worksheet Functions 0 May 12th 05 07:21 PM


All times are GMT +1. The time now is 12:11 AM.

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

About Us

"It's about Microsoft Excel"