View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dba dba is offline
external usenet poster
 
Posts: 1
Default assigning a letter in a cell from a range of numbers in another ce

In creating a price list, I am looking for a way for a cell to read another
cell and determine if the number in that cell is between one number and
another. Depending on the range, I want to assign that cell a letter. For
ex:

if A1 is between 1 and 9, then cell C1 would = a, but if it is between 10
and 15, then cell C1 would = b, but if it is between 16 and 20, then cell C1
would = c, etc. etc.

Can anyone help me with this?
--
dba
one day at a time