79682222

Date: 2025-06-27 16:20:36
Score: 2
Natty:
Report link

I found a rather simple formula to recognize empty ranges. It goes like this:

=IF(ARRAYFORMULA(AND(H5:H36="")),"empty","not empty")

Where H5:H36 is a sample range (a column in this case), and "empty", "not empty" can be replaced with other statements.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Javier H