View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Patrick Molloy Patrick Molloy is offline
external usenet poster
 
Posts: 1,049
Default Calculating and multiplying ratios

do you mean like
x= 7
y=5
z = x /y
msgbox "1:" & z



"Gareth Wretham" wrote in message
...
I want to calculate the ratio of two values and present it in the form
x : y

I then want to multiply that ratio by 1 : 2 and present the answer in
the form x : y

thanks.