Ratio Percentage

Patchesbee

New Member
Joined
May 2, 2023
Messages
3
Office Version
  1. 2010
Platform
  1. Windows
I need a formula to convert the decimal values in both cells into ratio then percentage. I'm looking specifically to get Ratio % of Field to Admin time. I've posted a screenshot below. I'm having difficulties with the GDC, ROUND and Substitute formula. When I apply those formulas the values are large and I'm just trying to have it look like this 4:3.

1683005642633.png


Please help!
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Welcome to the MrExcel board!

Yes, that look cleaner!
It might look neater but does it work for you?

If it does work, then you need to adjust your profile information since the CONCAT function does not exist in Excel 2010
If it doesn't work, and that is the answer that you want, then you can use the older CONCATENATE function instead.
Excel Formula:
=CONCATENATE(A1," : ",B1)
 
Upvote 0
I'm just trying to have it look like this 4:3
Hi, here's another option that you could also take a look at.
Excel Formula:
=SUBSTITUTE(TEXT(B2/C2,"#/#"),"/"," : ")
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,472
Messages
6,125,007
Members
449,203
Latest member
Daymo66

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top