Home |
Search |
Today's Posts |
#9
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
THAT WORKED!!!!!
THANKS!!!! "Bondi" wrote: jimswinder wrote: I will try that...but won't it recognize the formula in the cell and think it is not blank ("")? "Duke Carey" wrote: Sorry - didn't read that too closely How about =COUNTA($A1:A20)-COUNTIF($A1:A20="") "jimswinder" wrote: Is there a way to have a function/formula when evalutating a cell, look at the result of the formula within that cell and not the formula? For instance: The formulas in range A1:A20 is =IF(LEFT($G4,3)="DET",G4,""). How can I count/sum the instances in range A1:A20 where =IF(LEFT($G4,3)="DET",G4,"") is true? I have tried: COUNTif(LEFT($A1:A20,3)="DET") SUMIF(LEFT($A1:A20,3)="DET"). Thanks... Hi, Maybe you can try a SUMPRODUCT approach. Something along the lines of: =SUMPRODUCT(--(LEFT(A1:A20,3)="det")) Regards, Bondi |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I skip blank cells when writing formulas | Excel Worksheet Functions | |||
Printing cells with conditional formats & formulas | Excel Discussion (Misc queries) | |||
Copying Formulas In Cells That Are Not Nested | Excel Discussion (Misc queries) | |||
how do i protect cells in a shared worksheet | Excel Discussion (Misc queries) | |||
How do you show formulas in certain cells only (not the whole she. | Excel Worksheet Functions |