Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
Is it possible to use more than one LIKE statment in an Excel Macro? Here is what I have: WHERE CAR.FAC_NO = HEAD.FAC_NO AND ((BALANCE.COMP='NIL') AND (BALANCE.YEAR=2005) AND (BALANCE.PER_NO=99) AND (BALANCE.ACCOUNT Like '5%') AND (HEAD.AREA like '333%')) Which works... But, I want to add more LIKE statments. i.e. ....AND (HEAD.AREA like '666%') AND (HEAD.AREA like '999%')) How ever I get errored out. The LIKE statements grabs groups of number with a common beginning three digits. But it seems I can only do it for only one set, number multiple numbers. Any suggestions? Tmuld |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple If Statements | Excel Worksheet Functions | |||
Multiple IF statements looking up multiple ranges. | Excel Worksheet Functions | |||
Multiple if statements with multiple conditions | Excel Discussion (Misc queries) | |||
Using multiple IF statements | Excel Discussion (Misc queries) | |||
multiple IF statements | Excel Worksheet Functions |