ഈ കൺട്രോളിൽ മാറ്റം വരുത്തുന്നത് ഈ പേജ് ഒട്ടോമാറ്റിക്കായി അപ്ഡേറ്റ് ചെയ്യാനിടയാക്കും

ISBLANK

The ISBLANK function returns the Boolean value TRUE if the specified cell is empty, and the Boolean value FALSE otherwise.

ISBLANK(cell)

cell: A cell reference to a single table cell. The referenced cell can contain any value or be empty. If cell refers to more than one cell, ISBLANK returns the Boolean value FALSE even if all cells are blank.

Notes

  • If the cell is completely blank (empty), the function returns the Boolean value TRUE; otherwise it returns the Boolean value FALSE. If the cell contains a space or a non-printing character, the function returns FALSE, even though the cell appears to be blank.

Examples

If the table cell A1 is empty and cell B2 is equal to 100:

=ISBLANK(A1) returns TRUE.

=ISBLANK(B2) returns FALSE.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.
സഹായകമായോ?
കാരക്റ്റർ പരിധി: 250
പരമാവധി കാരക്റ്റർ പരിധി 250 ആണ്.
നിങ്ങളുടെ ഫീഡ്ബാക്കിന് നന്ദി.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.