adammikejones
New Member
- Joined
- Mar 27, 2024
- Messages
- 3
- Office Version
- 365
- 2021
- 2019
- 2016
- 2013
- Platform
- Windows
Hi,
I'm trying to use a index and match function using 2No critiera to provide data. The functions works for some of the criteria but not for others (#ref error). The one of the formulae is:-
=INDEX('Lookup table'!$C$7:$G$48, MATCH(1,($H73, 'Lookup table'!$D$7:$D$48), 0) * MATCH($B73, 'Lookup table'!$E$7:$E$48, 0),4)
The match functions are looking for text in both instances and index returning a number value. I have verified all formating, types etc.
I'm trying to use a index and match function using 2No critiera to provide data. The functions works for some of the criteria but not for others (#ref error). The one of the formulae is:-
=INDEX('Lookup table'!$C$7:$G$48, MATCH(1,($H73, 'Lookup table'!$D$7:$D$48), 0) * MATCH($B73, 'Lookup table'!$E$7:$E$48, 0),4)
The match functions are looking for text in both instances and index returning a number value. I have verified all formating, types etc.