Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Having trouble with the second match, in that
1 first real match 0 0 1 is considered the first match after a zero 1 is the quoted second match five items down 0 0 0 1 How do you ger around this problem, using = MATCH($L$12,$K$14:$K:$22,1) $L$12 is the criteria and is boolean 1 With Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Maybe the answer on the seond match is to start down one cell.
Having trouble with the second match, in that 1 first real match 0 0 1 is considered the first match after a zero 1 is the quoted second match five items down 0 0 0 1 How do you ger around this problem, using = MATCH($L$12,$K$14:$K:$22,1) $L$12 is the criteria and is boolean 1 With Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
can you please explain a little more what you're trying to accomplish?
-- Gary "smandula" wrote in message ... Maybe the answer on the seond match is to start down one cell. Having trouble with the second match, in that 1 first real match 0 0 1 is considered the first match after a zero 1 is the quoted second match five items down 0 0 0 1 How do you ger around this problem, using = MATCH($L$12,$K$14:$K:$22,1) $L$12 is the criteria and is boolean 1 With Thanks |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What I am trying to accomplish is to find the row value according to
the list of Boolean 1 and 0. Using match the first Boolean 1 identifies the row. The second Boolean 1 is separated by Boolean 0, two 0's in this example making the 5 instead of 4. By subtracting 1 from the formula the result is correct. That is 4. I am only guessing at this solution. Any thoughts? Bye for Now. -- Gary "smandula" wrote in message ... Maybe the answer on the seond match is to start down one cell. Having trouble with the second match, in that 1 first real match 0 0 1 is considered the first match after a zero 1 is the quoted second match five items down 0 0 0 1 How do you ger around this problem, using = MATCH($L$12,$K$14:$K:$22,1) $L$12 is the criteria and is boolean 1 With Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lookup Formula: Return 1st match, then 2nd match, then 3rd match | Excel Discussion (Misc queries) | |||
index(match) Wind Uplift Calculations (match four conditions) | Excel Worksheet Functions | |||
MATCH Multiple Criteria & Return Previous / Penultimate Match | Excel Worksheet Functions | |||
Lookup? Match? pulling rows from one spreadsheet to match a text f | Excel Worksheet Functions | |||
searching a list box for a filename match...and highlighting the match | Excel Programming |