How do I formulate a ratio for excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have to formulate a ratio of males to females
Males=40248 Females=37999
 
=40248/37999

and possible=y format with this custom format

0.00" to 1"
 
Maybe a custom format like this if you could use the /:
???/???
(up to 3 digits)

or if you have to use a colon:
=substitute(text(a1/b1,"???/???"),"/",":")

The first suggestion results in a number. The second results in text.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Multiple IF function 5
At least two males 1
Excel Formulas 3
If, then 1
ID number to Gender 7
counting two ranges for one criteria 1
Pivot Table: Variance formula 2
Count? 4

Back
Top