![]() |
How do I express a ratio (1:4 meaning 1 adult to every 4 children.
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. |
I don't believe this is possible.
-- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Iris" wrote in message ... 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 wrote: 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. -- Dave Peterson |
AFAIK you can't format a number that way, but given 2
numbers in A1 and B1, you could use this tip: http://www.j-walk.com/ss/excel/usertips/tip81.htm HTH Jason Atlanta, GA -----Original Message----- 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. . |
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 -- to e-mail direct replace @mailinator.com with @tiscali.co.uk "Iris" wrote in message ... 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. |
All times are GMT +1. The time now is 10:47 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com