[Solved] Select specific column in range
Posted: Thu Jan 09, 2025 6:26 pm
Hi All,
I am working on a formula that will be utilizing the MATCH function, which it's my understanding takes a single column lookup array. I know that I could simply make a named range covering a single column for the array I am looking to use with this function, but as I already have a multi-column named range that includes the range/column that I am looking to use, I'm wondering if there a way to reference that single column within the larger array.
Example: I have a named range 'Persons' covering cells A3:D40. The information I want to utilize is located in column B. Is there a way to reference only this column while calling the 'Persons' range in my formula?
I was thinking perhaps integrating the INDEX function or something similar, but have been unable to get it to work, so I'm unsure if I am simply doing it wrong or if it's just not possible.
Thanks in advance.
A.Fish
I am working on a formula that will be utilizing the MATCH function, which it's my understanding takes a single column lookup array. I know that I could simply make a named range covering a single column for the array I am looking to use with this function, but as I already have a multi-column named range that includes the range/column that I am looking to use, I'm wondering if there a way to reference that single column within the larger array.
Example: I have a named range 'Persons' covering cells A3:D40. The information I want to utilize is located in column B. Is there a way to reference only this column while calling the 'Persons' range in my formula?
I was thinking perhaps integrating the INDEX function or something similar, but have been unable to get it to work, so I'm unsure if I am simply doing it wrong or if it's just not possible.
Thanks in advance.
A.Fish