How To Compare Format Of Two Cells In Microsoft Excel

In this article, you will learn how to compare format of two cells.

Example(1):TODAY function entered in cell A2 & B2 shows the same date with different format.

img1

Format of cell A2 is below

img2

Format of cell A3 is below

img3

In the below snapshot, we would like to see the result as FALSE since the formats are different from each other.

img4

Example (2): cell A3 & B3 contain 10.11 as a number with different formatting.

Cell A3 has the Number format with only 1 decimal places

img5

Cell B3 has the Number format with only 2 decimal places

img6

Hence, both the cells contain the same value with different format. Here, we would like to see the result as FALSE 

img7

Example (3): Cell A4 contains 20.10 & cell B4 contains 20.11, even though the values are different in both the cells but they have similar format i.e. Number format with showing 2 decimal places.

img8
img9

Here, we would like to see the result as TRUE because of the similar formats.

img10

We will use CELL function to get the output.

In cell C2, the formula would be =(CELL("format",A2))=(CELL("format",B2))

After copying down the formula, we will get the desired result.

img11
In this way, we can compare the formats of two cells.

 

Comments

Leave a Reply to Armen Cancel reply

Your email address will not be published. Required fields are marked *

Terms and Conditions of use

The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.