Thread: Excel question
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Excel question

I was wondering how to make something happen. I would like to take a
formula in excel and assign it to a cell. When the user enters a
number it takes that number and applies it to the formula and returns
the number. Here is an example.


(x / 60)=y if user enter 10 then the formula should return .166~

where x is the users input and y is the returned answer.

If you could help me I would appreciate it.