Simon Campbell
New Member
- Joined
- Oct 12, 2021
- Messages
- 17
- Office Version
- 365
- Platform
- Windows
I have multiple queries getting data from a combination of Database and Web. I am currently using a complex Index / Match combo (with multiple criteria) to combine data. The Index Match formula I have used is..
=INDEX(wellbore_formation_top[Lithostrat. unit],MATCH(1,([@[Merge1.ef_wellbore.NAME]]=wellbore_formation_top[Wellbore name])*(wellbore_formation_top[Level]="GROUP")*([@MD]>wellbore_formation_top[Top depth '[m']])*([@MD]<=wellbore_formation_top[Bottom depth '[m']]),0))
I would like to avoid this extra step, and integrate the Index Match into the Query directly, but am not sure of the syntax... Is there anyone who can help with this
=INDEX(wellbore_formation_top[Lithostrat. unit],MATCH(1,([@[Merge1.ef_wellbore.NAME]]=wellbore_formation_top[Wellbore name])*(wellbore_formation_top[Level]="GROUP")*([@MD]>wellbore_formation_top[Top depth '[m']])*([@MD]<=wellbore_formation_top[Bottom depth '[m']]),0))
I would like to avoid this extra step, and integrate the Index Match into the Query directly, but am not sure of the syntax... Is there anyone who can help with this