R
RodG
I have a list of vendor numbers and a list of option numbers that wer
assigned to that vendor. I have put in a formula that will lookup al
vendor numbers and return a list of the option numbers that apply t
that vendor or a -1 in the list that does not apply.
Example:
Vendor Option #
123 234
0 -1
0 -1
0 -1
123 456
0 -1
123 567
The list is very long. I am trying to write a formula that wil
condense the list to just the Option numbers that apply. (the positiv
numbers). I have tried the following code which I found in a Exce
Book:
=INDEX(Option,SMALL(IF(Option>0,ROW(INDIRECT("1:"&ROWS(Option)))),ROW(INDIRECT("1:"&ROWS(Option)))))
It returns negative numbers or the wrong numbers. I need a formul
that will get this list down to just the option numbers.
Thank you in Advance.
Ro
assigned to that vendor. I have put in a formula that will lookup al
vendor numbers and return a list of the option numbers that apply t
that vendor or a -1 in the list that does not apply.
Example:
Vendor Option #
123 234
0 -1
0 -1
0 -1
123 456
0 -1
123 567
The list is very long. I am trying to write a formula that wil
condense the list to just the Option numbers that apply. (the positiv
numbers). I have tried the following code which I found in a Exce
Book:
=INDEX(Option,SMALL(IF(Option>0,ROW(INDIRECT("1:"&ROWS(Option)))),ROW(INDIRECT("1:"&ROWS(Option)))))
It returns negative numbers or the wrong numbers. I need a formul
that will get this list down to just the option numbers.
Thank you in Advance.
Ro