Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello.
Ok, I am looking to have a ratio that pretty much describes how many office personnel there are to how many shop employees there are. So in my worksheet, I want the ratio to show up as - 1:3.35 Here is my information: In E24 I have 67 (shop employees) and in E39 I have 20 (office employees). What is the formula I would use? Thank you so much! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
="1:"&ROUND(E24/E39,2) Note that this results in a TEXT string. -- Biff Microsoft Excel MVP "Samantha0310" wrote in message ... Hello. Ok, I am looking to have a ratio that pretty much describes how many office personnel there are to how many shop employees there are. So in my worksheet, I want the ratio to show up as - 1:3.35 Here is my information: In E24 I have 67 (shop employees) and in E39 I have 20 (office employees). What is the formula I would use? Thank you so much! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Samantha,
="1:"&TEXT(E24/E39,"0.00") HTH, Bernie MS Excel MVP "Samantha0310" wrote in message ... Hello. Ok, I am looking to have a ratio that pretty much describes how many office personnel there are to how many shop employees there are. So in my worksheet, I want the ratio to show up as - 1:3.35 Here is my information: In E24 I have 67 (shop employees) and in E39 I have 20 (office employees). What is the formula I would use? Thank you so much! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Ratio | Excel Discussion (Misc queries) | |||
Ratio - How To Create Your Own Function/Formula | Excel Worksheet Functions | |||
Divide x/y should give Ratio x:y,How to express ratio in excel | Excel Worksheet Functions | |||
Ratio function | Excel Worksheet Functions | |||
How do I create a ratio function in Excel? | Excel Worksheet Functions |