×

Blank cells in Excel

Microsoft Excel is spreadsheet software designed by Microsoft in 1987. It is used to perform arithmetic calculations in various fields like statistical, engineering and financial. Many times, we export data from different platforms to Excel. Sometimes, because of this there occurs formatting issues and even some cells are left blank. Or otherwise as well, while working with Excel is better to check and remove the blank cells.

Now the question arises, how to do it? This tutorial we will learn the various method that will quickly help us to find Blank cells in Excel.

What is a Cell in Excel?

Excel is represented in the form of a grid, and a single or separate grid is called a cell. A cell location in excel is indicated by its name, which is a combination of column name and row number. Usually, the column name comes first, followed by the row number.

Excel Blank cells

In the above spreadsheet, the selected cell is referred to as D6. The column name is D, and the row number is 6.

What is a Blank cell?

A cell which does not contain any alphabet or numeric values is called a blank cell.

Excel Blank cells

The above-indicated cells are blank.

How to check a blank Cell?

1. Combining IF and ISBLANK Function

Using the formula, it is easy to check whether a cell is blank or occupied. Using IF with the ISBLANK function helps to identify the empty cell.

Syntax

ISBLANK (value)

Below given are the steps to check a blank cell by combining IF and ISBLANK function:

  1. Select the cell where you want to display the result.
  2. Type the formula =IF (ISBLANK (cell name),”Blank”, ”Not blank”)
  3. For example, in the below image, the C6 cell is checked by using the formula =IF (ISBLANK (C6), “Blank”, “Not blank”)
  4. The result is displayed as “Not Blank” in the cell E6.
  5. Drag and repeat this formula to check every cell with different cell name.
Excel Blank cells

2. Using ISBLANK Function

The ISBLANK function is another method to check whether the cell is blank or non-blank

Syntax

ISBLANK (value)

Below given are the steps to check a blank cell by using ISBLANK function:

  1. Select the cell where you want to display the result.
  2. In the selected cell, type the formula as =ISBLANK (cell name)
  3. For example, to check the cell B3, type the formula as =ISBLANK (B3) and press Enter
  4. If the cell is blank, the result will be displayed as TRUE, if the cell is non-blank the result will be displayed as False.
  5. Drag and repeat these steps to check the other cell
Excel Blank cells

In the above chart, B3 and D2 are empty cells. Hence the result is true. The rest of the tables are filled with values therefore, the result is False.

3. Using Find Command

Using the Find command, one can check whether the cell is empty or occupied. Following are the steps to check a blank cell by using find command:

  1. Select the desired cell range in the spreadsheet.
  2. Press the shortcut keys Ctrl+F.
  3. A dialog box will appear in the screen as shown below.
  4. In that choose Find All option, and it will display the cell which is blank.
Excel Blank cells

4. Excel Conditioning Format

  • Select the range of cells.
  • In the Style Tab choose Conditional Formatting > Highlight Cell Rules> More Rules.
  • In that choose Format only cells that contain, and select Blank option in Format only with. A preview is shown with the desired colour.
  • Press OK. The empty cells are displayed with the highlighted colour.
Excel Blank cells
  • The result is shown below.
Excel Blank cells

5. CountBlank Function

CountBlank is a statistical function that is used to count the number of empty cells present within a selected range.

Syntax

COUNTBLANK (range)

Following are the steps to check a blank cell by using Countblank function in Excel:

  • Select the cell range in the spreadsheet.
  • Select the particular cell where the result can display.
  • Enter the formula as =COUNTBLANK (cell range)
  • Press Ok. The result will display in the selected cell.
Excel Blank cells
  • As a result, it has returned Zero as an output since there were no blank cell.
Excel Blank cells

6. COUNTIF

The COUNTIF function is a statistical function. It is used to count the number of cells that meet a specified criterion.

Syntax

COUNTIF (range, criteria)

Below given are the steps to check a blank cell by using COUNTIF function:

  • Select the cell where the result can display
  • Type the formula COUNTIF (range, criteria) and Press Enter.
  • The below image shows that the formula is typed in the result column.
Excel Blank cells
  • The number of blank cells is displayed in the result column.
Excel Blank cells

7. SUMPRODUCT Function

The sum product function is used to perform sum calculations. It comprises subtraction, multiplication and division, and it serves as the measure of the selected range or arrays.

Syntax

=SUMPRODUCT (array1,[array2],[array 3],…)
Excel Blank cells
  1. Select the cell where you want to display the output
  2. Type the formula as =SUMPRODUCT (--(cell range=””))>0
  3. The result will be displayed as true as it contains empty cell
Excel Blank cells

Related Topics

How to Delete Row in Microsoft Excel?

Individuals can quickly delete the respective row from the particular Microsoft Excel whenever they want, according to their needs and requirements. In this tutorial, we will discuss the following things in...

7 minutes read.

Square Root Function in Excel

The concept of Mathematical calculations includes a large number of numbers and calculations are based on the numbers present in the data. Likewise, Square Root is a function used to...

3 minutes read.

Converting Units in Excel

The numeric values present in Excel consist of various types such as constant, integer, decimal etc. For calculation purposes, the values present in the data need to be converted to...

4 minutes read.

Row Difference in Excel

Microsoft Excel is used for multiple purposes in various organizations. It is a combination of numeric values, alphabets etc. To calculate data, the user organizes the data according to their...

5 minutes read.

How to apply Data Protection to the Worksheet?

What do we mean by Data Protection? Data Protection in excel involves in protecting your file/data from some other user and also prevents the following accidents – Accidentally deleting or changing the formulas in...

3 minutes read.

Operators in Excel

In MS Excel, operators are used to defining the operation you want to perform on the used elements or between variables. There are four types of operators: Arithmetic operators, Comparison...

4 minutes read.

Excel ROUNDUP() Function

Excel ROUNDUP() Function The ROUNDUP() function in excel returns a number rounded up to the nearest possible value and away from zero. Syntax ROUNDUP(Number, num_digits) Parameter Number(required)- This parameter represents the number which you want to...

1 minute read.

How to generate random numbers in Excel

In this tutorial, we will discuss the following things in detail that are as follows: Introduction about Random Numbers used in Microsoft Excel. Discuss how to generate the Random Numbers in Microsoft...

6 minutes read.

SUM Functions in Excel

The BODMAS formula plays a vital role in the concept of mathematics. BODMAS rule follows the Bracket of Division, Multiplication, Addition and Subtraction. This rule is followed for a correct...

6 minutes read.

Excel LARGE() Function

The LARGE() function in excel returns the k-th largest value in a data set. Syntax LARGE (Array, kth small number from the list) Parameter Array (required)- This parameter represents the list of numbers from which nth...

1 minute read.

How to use Index and Match in Excel?

The Index and Match function is a familiar and frequently used function in Excel. It is one of the most powerful functions and is easy to use. By default, Excel...

6 minutes read.

Excel OFFSET () Function

Excel OFFSET () Function The OFFSET() function in excel returns range of cells that is a specified number of rows and columns from an initial specified range. Syntax OFFSET (reference, rows, cols, [height], [width]) Parameter reference(required)-...

2 minutes read.

Excel COUNT() Function

Excel COUNT() Function The COUNT() function counts the number of cells in a range that contain numbers. Syntax COUNT([value1], [value [2], ...) Parameter value1(required)- This parameter represents the first cell in the range. value2, …(optional)- It represents the...

1 minute read.

Separate Strings in Excel

How to Separate String in Excel Day by day, Microsoft Excel is increasing for business and personal use. It is a combination of numbers and alphabets based on the data provided....

4 minutes read.

SumIF Formula in Microsoft Excel

SUMIF Formula in Microsoft Excel is considered the primary and vital formula individuals can use to remove their workload. In this tutorial, we will discuss and learn about the SUMIF Formula...

7 minutes read.

Paste Options in Excel

Excel spreadsheet is a combination of numeric values, alphabets which is used for calculation purposes. While performing the calculations, there is a need to repeat the data for further process....

6 minutes read.

Array Formula in Excel

How to use Array Formula in Excel? By default, Excel consists of various formulas for calculating the data. Among various formulas, the Array formula is a powerful one that is used...

8 minutes read.

Excel WORKDAY() Function

Excel WORKDAY() Function The WORKDAY() function in excel returns the serial number of the date before or after a specified number of workdays. Syntax WORKDAY (START_DAY, DAYS, [HOLIDAYS]) Parameter START_DAY (required)- This parameter represents the...

1 minute read.

Excel WORKDAY.INTL() Function

Excel WORKDAY.INTL() Function The WORKDAY.INTL() function in excel returns a date before or after a specified number of workdays with custom weekend parameter. Syntax WORKDAY.INTL (START_DAY, DAYS,[WEEKEND],[HOLIDAYS]) Parameter START_DAY (required)- This parameter represents the initial date...

2 minutes read.

Excel INDEX () Function

Excel INDEX () Function The INDEX() function in excel returns a value from a list of tables based on the intersection of a row and a column position. This function is used with the...

2 minutes read.