Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I know how to define a blank space in a formula (i.e. ""). But how do I
define non-blanks? I want to use a sumproduct formla that would ask to count anything with a "1" in column A but any value at all in Column B. Not sure how to symbolize nonblank (any value) for column B. Thanks anand |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Anand
You could do it like: --(B2:B1000<"") or maybe: --(LEN(B2:B1000)0) Hope this helps! Richard anand wrote: I know how to define a blank space in a formula (i.e. ""). But how do I define non-blanks? I want to use a sumproduct formla that would ask to count anything with a "1" in column A but any value at all in Column B. Not sure how to symbolize nonblank (any value) for column B. Thanks anand |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find value in array | Excel Worksheet Functions | |||
COUNTIF in between rows | Excel Worksheet Functions | |||
Formula via Define Name (not working) | Excel Discussion (Misc queries) | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions |