Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I am trying to find the row number of a column that matches up with given values in two cells, right now I accomplish this with a For loop and check to make sure that it matches up. I would like to make it be able to match up based on a list in column two. ie Column 1 Column 2 1 1,2,3 Select if column 1 = 1 and Column 2 contains 2 Can this be done while making sure it doesn't select the row if column 2 contains the number 21? Thanks in advance, Josh |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just for reference, I found my answer at
http://www.ozgrid.com/forum/showthread.php?t=53095 jwh Josh wrote: Hello, I am trying to find the row number of a column that matches up with given values in two cells, right now I accomplish this with a For loop and check to make sure that it matches up. I would like to make it be able to match up based on a list in column two. ie Column 1 Column 2 1 1,2,3 Select if column 1 = 1 and Column 2 contains 2 Can this be done while making sure it doesn't select the row if column 2 contains the number 21? Thanks in advance, Josh |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Routine to find exact Row matches in Col1 Col2 Col3 but exact offsetting numbers in Col4 | Excel Discussion (Misc queries) | |||
TEST FOR EXACT TEXT | Excel Worksheet Functions | |||
Vlookup where text not exact | Excel Discussion (Misc queries) | |||
Find exact text? | Excel Programming | |||
Filtering for exact text | Excel Programming |