J
Jane
I want my result to be expressed as a ratio:
4:1
thank you, jane
4:1
thank you, jane
Niek Otten said:Hi Jane,
=SUBSTITUTE(TEXT(A1,"?/?"),"/",":")
Roger Govier said:Hi Jane
If the value is just for display, and is not to be used for further
calculation then you could use
=ROUND(K4/K5,0)&":1"
If you want to use the values in further calculation, then just use =K4/K5
but format the cell
Format>Cells>Number>Custom>General":1"
which would result in 2.1429:1
or format as #":1" which would result in 2:1
Regards
Roger Govier