Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All
i'm using the following which works well: m = Application.WorksheetFunction.Match(UCase(contname ), Range("Container_Number"), 0) and returns the line number of the row where contname is found in the range. However, i now only want to return the row number where column A in that row is blank e.g. A B 1 Ref Container Number 2 AAA_001 AAA 3 AAA_002 AAA 4 AAA so i want row 4 not row 2 what's the easiest way to do this? Cheers JulieD |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
find the second match using the match function | Excel Worksheet Functions | |||
how can we get unique values in match function for same match key. | Excel Worksheet Functions | |||
index match array function-returning only first match, need last. | Excel Worksheet Functions | |||
Match as well as does not match array function | Excel Discussion (Misc queries) | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions |