×

Formats in Excel

What are the formats?

Formats are different options that one uses to change the appearance of data (maybe text, number, etc..) in an excel file. They do not change the value of the cell but change the way it appears. Like, coloring a cell will not change the value in the cell, similarly, changing the format of a numeric value to Numbers and adding decimals, will not change the value of the cell but just the way it appears to us.

What are the different ways by which formatting can be done?

There are three different ways by which formatting can be done -

  • Formatting options on Home group
  • Right-clicking of the mouse on a cell
  • Format Cell Dialog Box

Formatting Options on Home Group

Formatting Options on Home Group

We have already discussed the formatting options in the previous modules, so will not be moving with the base here again, apart from the Number options and Format Painter –

Number Options

Suppose you have budget numbers in some cells, but right now you do not have any $ or £ signs in front of them, so you will –

  • Select the cells that contain your data
  • Under the Home tab, click on Number group on Home tab
  • From the drop-down and select the currency option.

Once you select a currency, a currency sign will appear below the drop-down, you can then select the relevant currency for your salary numbers.

Number Options

Similarly, you can format dates if you want them in a particular way, you can convert numbers into a percentage.

Format Painter

Format Painter feature in Excel makes it easy and quick to copy the formatting of any cell or ranges and apply it to other cells or ranges into any worksheet or workbook. This is very similar to Copy & Paste feature, however, copies only formatting such as font type, font colour, text size, alignment, border type, and background colour.

Format Painter is a very useful tool and comes to use when you want to replicate the format in a particular cell to another cell –

  • Select the cell whose format you want to copy.
Select the cell whose format you want to copy.
  • Then do a left click on Format Painter under Home tab
Then do a left click on Format Painter under Home tab
  • Go to the cell where you want to have the same format and just do a left-click.
Go to the cell where you want to have the same format and just do a left-click.

Note: If you just do a single click on Format Painter, you will be able to format a group of cells that are together or only one cell. For changing the format of two or more cells that are not together, just do a double click on Format Painter, and you can go to all the cells one by one and change their formats. Once the changing formats have been finished, just click on the ‘Escape’ key on your keyboard.

Right-Click of the mouse

Right-Click of the mouse

When you do a right-click on a cell, the above menu appears. The formatting options are the same as that of the Home tab.

Format Cell Dialog Box

When you do a right-click of the mouse, apart from the menu seen above, you will also see the below menu. To use the formatting options, click on Format Cells.

To use the formatting options, click on Format Cells.

On clicking on Format Cells, the following box will open. It has different types of Formatting groups –

Numbers – when you want to format the value in a cell like adding a currency symbol in front of salary of employees, or adding commas in a number or removing decimal points from a number or changing the appearance of a date in excel file

On clicking on Format Cells,

Alignment – When you want to change a cell to left align, center align, top align, or even within a cell, if you want to tilt the text. You can also merge 2 or more cells together.

You can also merge 2 or more cells together.

Font – When you want to change the font of the cell, font size, font style (bold, un-bold, underline, strikethrough)

 When you want to change the font of the cell

Border – When you want to create a border around your cell or a group of cells. You can change the thickness of the borders as well by selecting the different options available.

Border – When you want to create a border around your cell or a group of cells.

Fill – When you want to colour the cell and create any pattern – by default the pattern is blank.

Fill – When you want to colour

Adding a Background Image to a Worksheet

You can also change the background of an excel file like what you do for your computers, tablets.

To add a background to a worksheet –

  • Go to the Page Layout tab
Go to the Page Layout tab
  • Then go to the Page Setup group and click on Background.
Then go to the Page Setup group and click on Background.
  • Excel will prompt you to select folders from where to select the picture – once done, click on Insert.
Excel will prompt you to select folders from where to select the picture

Related Topics

How to import Microsoft Access data into the Microsoft Excel

Microsoft Access is primarily considered vital and the primary tool for individuals who want to create and manage the respective type of Database efficiently. This tutorial will discuss how to import...

5 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.

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 make use of the Wildcard in Excel

In this modern world, it is known that the wildcard characters in Microsoft Excel are considered to be the most essential and unrated features of Microsoft Excel. Besides all these,...

8 minutes read.

Excel EXACT() Function

The EXACT() function in excel checks whether the specified values (texts, numbers) are exactly the same or not. It returns a Boolean value TRUE if the compared values are same, else it...

1 minute read.

What if Analysis Data Table in Excel

What is What-If Analysis? Suppose you have a cell A15 which is formula driven i.e. has a formula and the formula is based on values in different cells (A1, A2, A3, A4), what-if...

4 minutes read.

Locate Maximum Values in Excel

Excel is a combination of numeric values and numbers. To retrieve the result, Excel provides various formulas and functions. Sometimes the user needs to find the largest value from the...

5 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.

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.

Date and Time in Excel-VBA

In this modern world of computer technology the creation of Excel reports are termed to be the crucial elements, and the particular type of programs that helps us in performing...

6 minutes read.

Excel Nested IF’s Function

Excel Nested IF’s Function This function in excel helps in checking multiple conditions together by using IF conditions within the IF condition. Syntax if(Logical_Test, [value_if_true], if(Logical_Test, [value_if_true] , [value_if_false])) Parameter Logical_Test (required)- This parameter represents the condition which...

2 minutes read.

Application Interface and Key Components

The essential key components of Excel are as follows: Ribbon TabQuick Access ToolbarFormula BarActive CellColumnsRows Name BoxSheet TabsZoom ControlStatus Bar Ribbon Tab: The ribbon includes tabs labeled Home, Insert, Page Layout, Formulas, Data, Review,...

3 minutes read.

Excel MAX() Function

Excel MAX() Function The MAX() function in excel returns the largest or maximum number from a range of cells. It ignores logical values and text. Syntax MAX(Number1,Number2, ...) Parameter Number1(required)- This parameter represents the string for which you...

1 minute read.

Calculating Age in Excel

Microsoft Excel provides separate functions for various mathematical operations. Nowadays, Microsoft Excel is widely used by large and various organizations. Using formulas one can calculate the statistical functions quickly and...

2 minutes read.

How to Make Use of the F-Test in Excel

Intro to F-Test in Microsoft Excel F-Test is primarily considered to be the essential tool of statistical in Microsoft Excel that, in turn, is used to do the hypothesis test with...

7 minutes read.

Excel VLOOKUP() Function

Excel VLOOKUP() Function The VLOOKUP() function in excel is used to lookup the value on the leftmost side of the table and then return the value in the corresponding row basis on the supplied...

2 minutes read.

Check Marks in Excel

What is a Check Mark? Among various characters checkmark is one of the characters used to indicate that the item or product in the list is correct, chosen or selected. A...

5 minutes read.

Excel SMALL() Function

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

1 minute read.

How to lock cells in Excel?

How to lock cells in Excel? The locked cells feature used to protect and secure your Excel sheet or workbook from the unauthorized access. If the cells are locked, it can’t be deleted, reformatted,...

5 minutes read.

Averageif Function in Excel

Average If in HTML In Mathematics, Average function is used to find the arithmetic mean of the given data. It is defined as the dividing the sum total of given data...

7 minutes read.