Thread: If..statement
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
amatuer amatuer is offline
external usenet poster
 
Posts: 4
Default If..statement

Hi, could sumone pls help me with a nested if statement...
I want to assign a number to a cell depending on wat the contents of
another cell is.

eg: 100 - 104 assign 40
105-109 assign 44
110-114 assign 47
115+ assign 50

this is 1 if statement, id like to also add anothr nested if statement
to that same cell...

any suggestion? Thanx in advance