Skip to main content

Excel Tricks : How to Calculate And Display Ratios in Excel || Calculate Ratio with Excel Formulas


In this tutorial, let us learn how to calculate and display Ratios in Excel.

In Excel you might be aware that we don't have any specific function to calculate and display ratios. In this tutorial, I will show you three ways to calculate and display ratios in excel.

1. By Using Simple Division Method. We use this method when the larger value is exactly divisible with a smaller value. In this example, 20 is divisible with 4 We enter formula in D4 as = B4/C4&":"&"1" Click Enter to see the result as 5:1

2. Using the Round Function when you want to calculate and display ratio in terms of decimals, we use this method. It will show in decimals when higher value is not divisible with the smaller value here in this example 65 divided by 10 gives me 6.5, so the ratio would be 6.5:1 So, Let us enter formula in D5 as = ROUND(B5/C5,1)&":"&1 click enter to see the result as 6.5:1

3. Using the GCD Function In this example, I have numbers as 135 and 30.
Here, we use the GCD function which is nothing but Greatest common divisor.

 In the cell D6, we enter the formula as = B6/GCD(B6,C6)&":"&C6/GCD(B6,C6) click enter to see the result as 9:2 Because we are calculating the GCD of 135 and 15.
we know that 15 is the greatest common divisor for 135 and 30.
So when we divide 135 by 15 gives me 9 and when we divide 30 by 15 it gives me 2 , so the ratio is 9:2 We can use any of these 3 ways to calculate or display the Ratio of numbers in excel.

For Personalized detail learning, write to dptutorials15@gmail.com If you found this video valuable, give it a like. If you know someone who needs to see it, share it. Leave a comment below with your thoughts. Add it to a playlist if you want to watch it later.

***************************************************************
Read my full article on this: http://ift.tt/2kB14dh
***************************************************************
Subscribe for more Awesome Tutorials: goo.gl/4T8ePc
***************************************************************
Support The Channel via shopping: http://ift.tt/2jH38PR
**************************************************************

You Can Connect With Me at
G+ : http://ift.tt/2kAOpa6
Twitter : https://twitter.com/dptutorials15
Facebook : http://ift.tt/2kfRnDi
Blogspot : http://ift.tt/2kB14dh

Comments



  1. I found this one pretty fascinating and it should go into my collection. Very good work! I am Impressed. We appreciate that please keep going to write more content
    umeranees
    Seo Expert in Pakistan

    ReplyDelete
  2. "I loved the post, keep posting interesting posts. I will be a regular reader...

    hairclinic.pk"

    ReplyDelete
  3. "I loved the post, keep posting interesting posts. I will be a regular reader...

    hair transplant in rawalpindi

    ReplyDelete
  4. "I loved the post, keep posting interesting posts. I will be a regular reader...

    hairclinic.pk

    ReplyDelete
  5. """I loved the post, keep posting interesting posts. I will be a regular reader...

    hair transplant pakistan

    ReplyDelete
  6. "I loved the post, keep posting interesting posts. I will be a regular reader...

    hair transplant clinic pakistan

    ReplyDelete
  7. I loved the post, keep posting interesting posts. I will be a regular reader...

    hair transplant in pakistan

    ReplyDelete
  8. I loved the post, keep posting interesting posts. I will be a regular reader...

    Rent a car from Saifal Muluk lake

    ReplyDelete
  9. "I loved the post, keep posting interesting posts. I will be a regular reader...

    Rent a car from Islamabad to Kashgar

    ReplyDelete
  10. I loved the post, keep posting interesting posts. I will be a regular reader...

    Rent a car from Islamabad to Kashmir tour

    ReplyDelete
  11. "I loved the post, keep posting interesting posts. I will be a regular reader...

    hairclinic.pk

    ReplyDelete
  12. I loved the post, keep posting interesting posts. I will be a regular reader...

    SEO Company London

    ReplyDelete
  13. "I loved the post, keep posting interesting posts. I will be a regular reader...

    https://www.seomagician.co.uk"

    ReplyDelete

Post a Comment

Popular posts from this blog

How To Merge Two Separate Schedules Into One Master Schedule In Primavera

In this tutorial, let us learn how to Merge two separate schedules into One Master schedule in Primavera P6. In this example, I am considering two separate projects which are these two, One is master schedule and one is the subproject. First, let us open the subproject and export this schedule as a .XER file onto Desktop. and now let us start the exact process of merging two separate schedules. 1. As a first step, We need to open the project schedule into which we want to insert the other project as a sub-project. So, let us open the Master schedule here. 2. Go to Import, select XER format, Click Next 3. Select Project and click Next 4. Now select the Subproject .xer file from the Desktop and click Next 5. Under Import action, select the option as “Update Existing Project” and under import to section, select the Master schedule which is already open. Click Next and Finally Click on Finish. 6. Please note and make sure that your WBS and activity IDs should not confl...

Primavera P6 Export To Excel And Color WBS Levels Automatically || How To Color WBS Levels

In this tutorial, let us learn how to Color WBS levels after Primavera P6 Export To Excel. After exporting activity table from Primavera P6 to Excel, it’s very hard to tell which activity belong to which WBS. So in this tutorial, let us see how to color WBS levels automatically so we can have a report like in Primavera P6. This is my sample schedule in primavera, 1. I press Ctrl+A to select entire data and copy the data and then go to Excel sheet and paste it. 2. Add a column left to Activity Id i.e column A and name it as WBS level to show the WBS level for each activity. 3. enter the formula in Cell A2 as = =((FIND(TRIM(B2),B2))-1)/2 4. Hit enter and then apply the same formula to all the cells in column A to see WBS level for each activity. 5. See now, you can view the WBS level for each activity this way easily in Excel after exporting the Primavera P6 Schedule. And Now let us color the WBS levels. 1. Select the entire Data range. 2. Go to Conditional F...

Primavera P6 Tutorial : Chapter 2.7 : User Defined Fields

Apart from the in-built fields available in primavera, you can create User-defined fields which enable you to customize fields and values and add them to the project database. For example, you can use them to track additional activity data such as ordered dates, delivery dates, revised budgets, purchase order / work order numbers, vendor names, etc. In this chapter, let us learn how to create User defined fields, how to work with them and how to work with indicators type of User defined fields. How to Create UDFs? For each custom user defined field you create, you can specify any of the following data formats for that field: Text, Start Date, Finish Date, Cost, Integer, Number, Text, and Indicator. To Define: Go to the Menu bar, Choose Enterprise, select  User Defined Fields . Select the subject area to which you want to add a new field, then click  Add . Double-click in the Title column and type a name for the User Defined Field. Double-click in the Da...