IsBlank is not uspposed to work with a cell range. See http://docs.oasis-open.org/office/v1.2/cos01/OpenDocument-v1.2-cos01-part2.html#__RefHeading__1018370_715980110
moggi ( 2012-04-01 18:10:58 +0200 )editMariosv, you can't test a range against a conditional (like >= ). You can't use a range with ISBLANK(). So H21="" returns TRUE. H20="" returns TRUE. Even (H20="")*(H21="") returns TRUE. But H20:H21="" returns #VALUE error. How do you test a range/array against another value?
Paul451 ( 2012-04-09 06:03:16 +0200 )edit