Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an IF statement:
If Range("a:a").Find(what:="DEV") Is Nothing Then Range("a16").EntireRow.Insert shift:=xlDown End If Now i found out that I have more words to find in column A. Here's what I need to look for: DDC DDCE DEV DTS EXT PUP RIC RIP STD Is there a way I can incoporate all these into 1 IF statement ? Anyone have a bit of code to help? By the way, the above order is ho it's generated in the file -- Message posted from http://www.ExcelForum.com |
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) | |||
Can an If statement answer an If statement? | Excel Discussion (Misc queries) | |||
appending and IF statement to an existing IF statement | Excel Worksheet Functions |