Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the follwing conditions:
If X = "*" And Z = "*" Then formula here ElseIf X = "*" And Z = 1 Or Z = 2 Or Z = 3 Then formula here ElseIf X = "*" And Z < 1 Or Z < 2 Or Z < 3 Or Z < "*" Then formula here ElseIf X < "*" And Z = 1 Or Z = 2 Or Z = 3 Then formula here ElseIf X < "*" And Z < 1 Or Z < 2 Or Z < 3 Or Z < "*" Then formula here EndIf is ther any conflict or something wrong here?! I find in some cases my formula do not work. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vlookup, if statement, maybe an and statement | Excel Discussion (Misc queries) | |||
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 |