How to Add a 1 in Front of Numbers in Excel (7 Methods)


Method 1 – Using Ampersand Operator

The ampersand operator is used to combine or merge two or more cells in Excel. In this method, we will use this operator to add 1 in front of another number, with quotation marks around the 1 to add it to the number.

Steps:

  • Select the C5 cell and type the following.
="1"&B5
  • Hit Enter.

typing formula to show how to add a 1 in front of numbers in excel

  • Excel will add the 1 to the number.
  • Drag the cursor down the column to autofill the rest of the cells.

using ampersand operator to show how to add a 1 in front of numbers in excel


Method 2 – Utilizing Format Cells Option

Steps:

  • Select the cell range C5:C12.
  • Right-click and select Format Cells.
  • A prompt box will be opened.

choosing format cells option to show how to add a 1 in front of numbers in excel

  • Go to Custom under Category.
  • In the box under the Type option type enter 1#
  • Click OK.

typing formula to show how to add a 1 in front of numbers in excel

  • A 1 has been added to the numbers in those cells.


Method 3 – Applying SUM Function

Steps:

  • Select the D5 cell and enter the below formula.
=SUM(B5+C5)
  • Hit Enter.

  • The number 1 has been added to our existing number.
  • Drag the cursor down the column to autofill the rest of the cells.

applying sum function to show how to add a 1 in front of numbers in excel


Method 4 – Using CONCATENATE Function

Steps:

  • Select the C5 cell and enter the following formula.
=CONCATENATE(1,B5)
  • Press Enter.

  • A 1 has been added in front of the number.
  • Drag the cursor down the column to autofill the cells.

using concatenate function to show how to add a 1 in front of numbers in excel


Method 5 – Applying NUMBERVALUE Function

Steps:

  • Select the C5 cell and enter the below formula.
=NUMBERVALUE(1&B5)
  • Hit Enter.

 

  • Drag the cursor down the column to autofill.

applying numbervalue function to show how to add a 1 in front of numbers in excel


Method 6 – Utilizing IF Function

Steps:

  • Select the C5 cell and enter the following formula.
=IF(B5<>"","1"&B5,"")
  • Press Enter.

  • Drag the cursor down the column to autofill the remaining cells.

using if function to show how to add a 1 in front of numbers in excel

Read More: How to Concatenate Cells with If Condition in Excel


Method 7 – Using Combination of LEFT and IF Function

If the number begins with zero then the previous methods won’t work, in which case this method is preferred.

Steps:

  • Click on the C5 cell and enter the following formula.
=IF(B5="","",(0+(LEFT(B5)="0")&B5)+0)
  • Press Enter.

  • Drag the cursor down the column to autofill the cells.

using a combination of the left and the if functions to show how to add a 1 in front of numbers in excel


Download Practice Workbook

 


Related Articles


<< Go Back to Concateante Numbers in Excel | Concatenate Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Md. Abdul Kader
Md. Abdul Kader

MD. ABDUL KADER is an engineer with a talent for Excel and a passion for VBA programming. To him, programming is like a time-saving wizard, making data manipulation, file handling, and internet interactions a breeze. His skill set extends to SWM, GIS, RS, and SPSS. He holds a B.Sc in Urban & Regional Planning from Chittagong University of Engineering and Technology and has shifted to become a content developer. In this role, he crafts technical content centred around... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo