Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way:
=--(COUNTIF(A2:A4,"")0) alternatively (array-entered: CTRL-SHIFT-ENTER or CMD-RETURN): =OR(A2:A4="") Don't know why your formula worked in the past... In article , Pearie wrote: How to check if there is empty cell in a range by using IF Statement ? I used to use IF Statement to detect empty cell within a range as EXAMPLE listed below. It works in the past but suddenly fails and output "#VALUE". Why ? BEFORE : Statement : =IF(A2:A4="",1,0) When A3 = "Null" Output : "1" PRESENT : Output : "#VALUE" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot table "restricted" output | Excel Discussion (Misc queries) | |||
How Might I "Mail Merge" Data For Multiple .txt File Output? | Excel Discussion (Misc queries) | |||
Sudden "0" output on Sumproduct formulas | Excel Discussion (Misc queries) | |||
bunch of "yes" or "no" entered in row, output 1 if a single yes | Excel Worksheet Functions | |||
Insert "-" in text "1234567890" to have a output like this"123-456-7890" | Excel Discussion (Misc queries) |