Peter Davison
Active Member
- Joined
- Jun 4, 2020
- Messages
- 451
- Office Version
- 365
- Platform
- Windows
I have a Vlookup formula (See Below)
VLOOKUP($C26,Projection!$CQ$2:$ZZ$4998,MATCH($AR$7,Projection!$CQ$3:$ZZ$3,0),FALSE)
I want to use this formula above but also MATCH($C$3,Projection!$CQ$2:$ZZ$2,0)
So it has to match on both criterias
Can this be done
I believe it can be done with Index and Match, however I don't want it to return an array but just the first result it finds?
Any help would be appreciated.
VLOOKUP($C26,Projection!$CQ$2:$ZZ$4998,MATCH($AR$7,Projection!$CQ$3:$ZZ$3,0),FALSE)
I want to use this formula above but also MATCH($C$3,Projection!$CQ$2:$ZZ$2,0)
So it has to match on both criterias
Can this be done
I believe it can be done with Index and Match, however I don't want it to return an array but just the first result it finds?
Any help would be appreciated.