Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there a formula that will automatically work out two numbers as a ratio,
i.e. I want a sheet with numbers of sales calls, visits, sales, etc and to automatically be able to see the no of calls to sales, calls to visits, etc - I want to express as, i.e. 10:1 rather than as 10% |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
If you just want to replace your 10% with 10:1 (and 24% with 24:1) then you can alter your formula and use a custom format. If your total is in A2 and your 'score' is in B2, in C2 use =(B2/A2)*100 and create a custom format of #":1" The result in the cell will still be 10 but will display as 10:1 Hope this helps. Andy. "Charles-Manchester" wrote in message ... Is there a formula that will automatically work out two numbers as a ratio, i.e. I want a sheet with numbers of sales calls, visits, sales, etc and to automatically be able to see the no of calls to sales, calls to visits, etc - I want to express as, i.e. 10:1 rather than as 10% |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUBSTITUTE(TEXT(A1/B1,"?/?"),"/",":")
-- Kind regards, Niek Otten "Charles-Manchester" wrote in message ... Is there a formula that will automatically work out two numbers as a ratio, i.e. I want a sheet with numbers of sales calls, visits, sales, etc and to automatically be able to see the no of calls to sales, calls to visits, etc - I want to express as, i.e. 10:1 rather than as 10% |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Perfect -thanks Niek
Charles "Niek Otten" wrote: =SUBSTITUTE(TEXT(A1/B1,"?/?"),"/",":") -- Kind regards, Niek Otten "Charles-Manchester" wrote in message ... Is there a formula that will automatically work out two numbers as a ratio, i.e. I want a sheet with numbers of sales calls, visits, sales, etc and to automatically be able to see the no of calls to sales, calls to visits, etc - I want to express as, i.e. 10:1 rather than as 10% |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
unhide menu bar in excel - just disappeared | Setting up and Configuration of Excel | |||
Open Excel 2003 from Windows Explorer | Excel Discussion (Misc queries) | |||
convert pocket excel back to standard excel | Excel Discussion (Misc queries) | |||
VBA for Excel 2000 file is corrupt | Excel Discussion (Misc queries) | |||
Excel 2002 and 2000 co-install. Control Which Starts ? | Excel Discussion (Misc queries) |