Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am using the following array formula
=MATCH(1,(B10:H10+B15:H15100)*(COLUMN(B1:H1)<COL UMN(C1)),0) and was wondering what would be the syntax that would allow me to ignore more than one column (let's say "E"). Also, was wondering if there is a way to write the formula so that in addition to avoid reviewing column "c" in the above formula there is a way to avoid having return "2" it doesn't count it (i.e., if a match is found in column "d" then instead of returning the number "3" it returns "2" because "c" doesn't count). Thanks again |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=MATCH(1,(B10:H10+B15:H15100)*(COLUMN(B1:H1)<COL UMN(C1))*(COLUMN(B1:H1)<COLUMN(E1)),0)
HTH -- AP "SJT" a écrit dans le message de news: ... I am using the following array formula =MATCH(1,(B10:H10+B15:H15100)*(COLUMN(B1:H1)<COL UMN(C1)),0) and was wondering what would be the syntax that would allow me to ignore more than one column (let's say "E"). Also, was wondering if there is a way to write the formula so that in addition to avoid reviewing column "c" in the above formula there is a way to avoid having return "2" it doesn't count it (i.e., if a match is found in column "d" then instead of returning the number "3" it returns "2" because "c" doesn't count). Thanks again |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
My previous post does not answer your 2nd question.
Cheers, -- AP "SJT" a écrit dans le message de news: ... I am using the following array formula =MATCH(1,(B10:H10+B15:H15100)*(COLUMN(B1:H1)<COL UMN(C1)),0) and was wondering what would be the syntax that would allow me to ignore more than one column (let's say "E"). Also, was wondering if there is a way to write the formula so that in addition to avoid reviewing column "c" in the above formula there is a way to avoid having return "2" it doesn't count it (i.e., if a match is found in column "d" then instead of returning the number "3" it returns "2" because "c" doesn't count). Thanks again |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for your help. Is it possible to do what I inquired about in the
second half of the question? "Ardus Petus" wrote: My previous post does not answer your 2nd question. Cheers, -- AP "SJT" a écrit dans le message de news: ... I am using the following array formula =MATCH(1,(B10:H10+B15:H15100)*(COLUMN(B1:H1)<COL UMN(C1)),0) and was wondering what would be the syntax that would allow me to ignore more than one column (let's say "E"). Also, was wondering if there is a way to write the formula so that in addition to avoid reviewing column "c" in the above formula there is a way to avoid having return "2" it doesn't count it (i.e., if a match is found in column "d" then instead of returning the number "3" it returns "2" because "c" doesn't count). Thanks again |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Do you mean
=MATCH(TRUE,(B10:H10+B15:H15100),0)-1 -- HTH Bob Phillips (replace xxxx in the email address with gmail if mailing direct) "Ardus Petus" wrote in message ... My previous post does not answer your 2nd question. Cheers, -- AP "SJT" a écrit dans le message de news: ... I am using the following array formula =MATCH(1,(B10:H10+B15:H15100)*(COLUMN(B1:H1)<COL UMN(C1)),0) and was wondering what would be the syntax that would allow me to ignore more than one column (let's say "E"). Also, was wondering if there is a way to write the formula so that in addition to avoid reviewing column "c" in the above formula there is a way to avoid having return "2" it doesn't count it (i.e., if a match is found in column "d" then instead of returning the number "3" it returns "2" because "c" doesn't count). Thanks again |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Array Formula Using Max Match Logic | Excel Discussion (Misc queries) | |||
Index and Match Array formula | Excel Worksheet Functions | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
Match then lookup | Excel Worksheet Functions | |||
Help with array formula | Excel Worksheet Functions |