How do I express a ratio (1:4 meaning 1 adult to every 4 children.

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

Guest

I am trying to find a way to express a fraction as a ratio 1:4, I have tried
programming it simply to look like a fraction (using the format cells/custom
option) but this doesn't work. I am using the 2000 version.
 
If A1 contains the number of adults
If B1 contains the number of kids

=substitute(text(a1/b1,"?/?"),"/",":")

Increase that ?/? to ??/?? if you want a twodigit:twoDigit (33:14)

Note that is now text -- not a number.
 
Iris,

If you mean just enter 1:4 in a cell then precede the entry with an
apostrophe or custom format the cell as h:m

HTH

Sandy
 

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

Back
Top