Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need to average data if in cells, but ignore blank cells. | Excel Worksheet Functions | |||
Returning data of multiple cells for lookup of mulltiple cells | Excel Discussion (Misc queries) | |||
how to find cells that refer to data in other cells in excel | Excel Discussion (Misc queries) | |||
transfer data into row cells from column cells in Excel | Excel Discussion (Misc queries) | |||
trying to create an (almost) circular formula between cells and data validated cells with lists | Excel Worksheet Functions |