View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] parkchan@hotmail.com is offline
external usenet poster
 
Posts: 2
Default Excel: Self-updating cell

Hi,

Is there a way to make a cell so when a user puts 7 to a cell and it
automatically changes to 0.7 by multiplying 0.1 to the value it has
received and show the result in the same cell?

I thought I might be able to utilize the data validation functionality
but couldn't get it to work.

Thanks in advance,
Chan