Hi! I need to match data from two excell sheets. To achieve this I wrote the following function:
=INDEX(Opnames!$F:$F;MATCH(1;INDEX((F6<=Opnames!$F:$F)*(G6>=Opnames!$E:$E)*(B6=Opnames!$A:$A);0);0))
This function works, buttttttttt...
When I run it for an individual data entry there are no problems. It either gives me the data I'm looking for or NA when there is no available match (this is a likely outcome for many data entries). But once I run the function for all my data entries (25000 or so) it only returns NA's... When I manually execute the function there are no problems, but running it like this doesn't work. Does anybody have a clue how I can fix this?
I added an example down below.
Cheers!
Bookmarks