Entering Text and having it represent a value
Posted by Chris on September 21, 2001 10:14 AM
I would like to be able to have my users enter direction lik N S E W for north south east and west. Later I need to average all the data. How do I have a "w" mean 270 to excel?
I was trying
If Cell(x,5) = "w" then cell(x,5).value = 270
Abviously it doesn't like that.
Is my Syntax wrong or is there a better way to do this?