Home |
Search |
Today's Posts |
#5
![]() |
|||
|
|||
![]()
do you want truely blank cells or also cells with ""?
isblank counts "" as not blank. if you want cells with "" results to be counted as blank I would use =IF(countblank(INDIRECT(ADDRESS(ROW(),1)))=1,0,1) or =IF(countblank(A9)=1,ADDRESS(ROW(),1)&" b",ADDRESS(ROW(),1)) "Grant Reid" wrote: Hi Many thanks to those who responded (JF and Andy) with elegant solutions to my problem. Kind Regards - Grant |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combining SUMIF and SUBTOTAL functions | Excel Worksheet Functions | |||
3 questions about automated c++ com add-in worksheet functions | Excel Worksheet Functions | |||
# of Functions per cell | Excel Worksheet Functions | |||
PivotTable canned functions | Excel Discussion (Misc queries) | |||
Where can I see VBA code for financial functions? | Excel Worksheet Functions |