How to Convert Percentage to Ratio in Excel (4 Easy Ways)

We have the following dataset containing the mark sheets of some students. Scores are given in percentages. We will convert these percentage values to Ratios.

Convert Percentage to Ratio


Method 1 – Using a Combination of Excel SUBSTITUTE and TEXT Functions

Steps:

  • In cell D5, insert the following formula.
=SUBSTITUTE(TEXT(C5,"?/??"),"/",":")

SUBSTITUTE & TEXT Functions

Formula Breakdown

  • TEXT(C5,”?/??”)—–> The TEXT function will format the selected value using a divider.
    • Output: “65/97”
  • SUBSTITUTE(TEXT(C5,”?/??”),”/”,”:”)—-> becomes
    • SUBSTITUTE(“65/97″,”/”,”:”)—–> The SUBSTITUTE function will replace the divider with
      • Output: 65:97

  • Press Enter to get the ratio.

Applying SUBSTITUTE & TEXT Functions

  • Drag down the Fill Handle tool to AutoFill the formula for the rest of the cells.

  • The values are now converted into a ratio from a percentage.

Converted to Ratio from Percentage

Read More: How to Calculate Ratio Percentage in Excel


Method 2 – Formatting the Cell as a Fraction

Steps:

  • In cell D5, insert the following formula.
=C5

Format Cell as Fraction

  • Press Enter to get the value in the resultant cell.

Format Cell as Fraction

  • Select cell D5.
  • Open the Home tab, and from Number Format, select Fraction

  • This’ll convert the percentage to a ratio.

Convert Percentage to Ratio

  • To get a more precise value, you can use the Format Cell: Click on the Number Format icon from the Number group of the Home.

  • In the Format Cells dialog box, click on Fraction from the Category box.
  • Select Up to three digits (312/943).
  • Press OK.

  • Drag down the Fill Handle tool to AutoFill the formula with the Format.

All the values are converted into ratios from percentages.

Converted to Ratio from Percentage


Similar Readings


Method 3 – Using the Custom Format Feature

Steps:

  • In cell D5, insert the following formula.

<span style="font-size: 14pt;">=C5</span>

Using Custom Format Feature

  • Click on the Number Format icon from the Number section of the Home ribbon.

  • In the Format Cells dialog box, click on Custom from the Category box.
  • Choose #??/?? from the Type box.
  • Press OK.

Using Custom Format Feature

  • Drag down the Fill Handle to AutoFill the rest of the cells.

convert percentage to ratio in excel

  • The values are now converted to ratios from percentages.

Converted to Ratio from Percentage


Method 4 – Dividing a Percentage Value by 100 to Get a Ratio

Steps:

  • Select the cells you want to put the resultant ratio values. We have selected Cell D5:D11.
  • Click on Home, then from Number group, select Fraction.

convert percentage to ratio in excel

  • In cell D5, insert the following formula.
<span style="font-size: 14pt;">=67/100</span>

Dividing Percentage Value by 100

  • Press Enter to get the ratio from the percentage.

convert percentage to ratio in excel

  • Repeat for other cells in the column.

Dividing Percentage Value by 100

If the ratio is close to 1, the resultant ratio shows as 1:1. We can customize the Fraction format as Up to three digits.

  • Select cells D5:D11.
  • Right-click on and select Format Cells

convert percentage to ratio in excel

  • From the Number format, get some custom Fraction formats in the Type box. Choose Up to three digits (312/943).
  • Press OK.

Convert Percentage to Ratio

  • The values are now converted to ratios.

Converted Percentage to Ratio


Download the Practice Workbook


Related Articles


<< Go Back to Ratio in Excel | Calculate in Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Arin Islam
Arin Islam

Anowara Islam Arin, a graduate of Civil Engineering from Khulna University of Engineering & Technology, Bangladesh, serves as a technical content creator in the ExcelDemy project. Possessing a passion for innovation and critical thinking, she actively embraces challenges. Beyond her engineering background, Arin exhibits a keen interest in Excel, having authored numerous articles on Excel & VBA-related issues to simplify the experience for users facing obstacles in Excel. Besides, she is also interested in Advanced Excel,... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo