brandon_clyde
New Member
- Joined
- Oct 10, 2018
- Messages
- 7
Ok so I have an excel spreadsheet setup.
A B C D
State DEC Name Phone Number
What I am trying to do is search for a number under column B and then return the Phone Number in column D that corresponds on the same row.
=INDEX($B$2:$B$322, MATCH(E2,$D$2:$D$322,0), MATCH($F$2,$D$2:$D$322,0))
This does not work.
A B C D
State DEC Name Phone Number
What I am trying to do is search for a number under column B and then return the Phone Number in column D that corresponds on the same row.
=INDEX($B$2:$B$322, MATCH(E2,$D$2:$D$322,0), MATCH($F$2,$D$2:$D$322,0))
This does not work.