I'm tyring to complete a task but I'm struggling with identifying a formula that will specify a lookup array given a specific value. Below is a mock dataset. What I'm trying to complete is based on a value I'll uase as a reference (let's say "3" in this case) I would use column C in the MATCH function example and my lookup_array would be C1:C4. Because the syntax of the MATCH function requires I specify my lookup_array and my lookup_array is unknown, I am having to manually change the array to be the column i'm trying to use.
A B C D
1 a b b b
2 b a c c
3 c c a c
4 d d d a
Any idea how to solve this?
A B C D
1 a b b b
2 b a c c
3 c c a c
4 d d d a
Any idea how to solve this?