Formatting cell

LeeHitchen

New Member
Joined
Mar 20, 2002
Messages
26
Hi

I have 2 value in cells b1 & c1. I want to divide c1 by b1 but dispaly the result as a ratio with b1 as base 1 ie 1:0.04 (2 decimal places only. Can anybody please help?

Regards

Lee
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Could this be what you want?

Put the formula =c1/b1 in the desired cell and format this cell with the following "custom" format:

"1:"0.00

Marc
 
Upvote 0
On 2002-03-21 06:01, LeeHitchen wrote:
Hi

I have 2 value in cells b1 & c1. I want to divide c1 by b1 but dispaly the result as a ratio with b1 as base 1 ie 1:0.04 (2 decimal places only. Can anybody please help?

Regards

Lee

="1:"&ROUND(C1/B1,2)
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,750
Members
448,989
Latest member
mariah3

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