Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try using a case statement:
Sub Test() Select Case Range("A1").Value Case 100 To 104 Range("B1").Value = 40 Case 105 To 109 Range("B1").Value = 44 Case 110 To 114 Range("B1").Value = 47 Case Is = 115 Range("B1").Value = 50 End Select End Sub Sandy amatuer wrote: 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF statement inside a SUMIF statement.... or alternative method | Excel Worksheet Functions | |||
Reconcile Bank statement & Credit card statement & accounting data | Excel Worksheet Functions | |||
Embedding an OR statement in an IF statement efficiently | Excel Discussion (Misc queries) | |||
appending and IF statement to an existing IF statement | Excel Worksheet Functions | |||
If statement and Isblank statement | Excel Worksheet Functions |