Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I often use CHOOSE:
Example 1: IF A4 = 1 Then 11 Else If A4 = 2 Then 22 Else If A4 = 3 Then 33 Else If A4 = 4 Then 44 =CHOOSE(A4,11,22,33,44) Example 2: IF AND(A4 = 1, A4 < 10) Then "1-9" Else If AND(A4 = 10, A4 < 20) Then "10-19" Else... =CHOOSE(1 + A4 = 1 + A4 = 10 + A4 = 20), "Error", "1-9", "10-19", "20") Ola Sandstrom |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trim function doesn't clean out ASCII Code 160 (Space) | Excel Worksheet Functions | |||
Formula to list unique values | Excel Worksheet Functions | |||
Find a Function to use accross different worksheets | Excel Worksheet Functions | |||
change function variable prompts?? | Excel Worksheet Functions | |||
Counting Function Dilemma | Excel Worksheet Functions |