Apple Intelligence is now available on iPhone, iPad, and Mac!

Copy of empty cell gives false on ISBLANK

A1 is empty ISBLANK(A1)=TRUE

A2 =A1 then ISBLANK(A2)=FALSE


This is not expected is there a solution?

MacBook Pro 14″, macOS 14.6

Posted on Oct 24, 2024 2:55 AM

Reply
7 replies

Oct 25, 2024 6:47 AM in response to bmmj

Remember that 'empty' is not the same as 'blank'.


That is, if you place a space character, say, the cell is not blank. If you erase the cell, then it will be blank. Whether cutting and pasting in a Numbers/Excel/Quattro/Calc spreadsheet, this holds true, and it's easy to copy a blank cell from one place to another where it matters. What result do you get if you COUNT empty cells for that range?



Oct 27, 2024 5:55 AM in response to bmmj

Hi bmmj


Tested in Numbers (and I assume it will be the same in Excel).

Instead of ISBLANK, use a formula to see if a cell is equal to "" (NULL)


Formula in B2 (and fill down) is IF(A2="","NULL","Not NULL")

Formula in A3 is =A2 Also NULL.

A5 contains a space character. It displays as blank, but it is Not NULL.


Regards,

Ian.

Copy of empty cell gives false on ISBLANK

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.