VLOOKUP based on two column values
问题 I have a table with User IDs in one column. These are entered multiple times to show the result for a particular topic. ID Topic Pass/Fail 71086686 Science P 71086686 Maths P 71086686 Tech P 71086686 ICT F 71086687 Science P 71086687 Maths P 71086687 Tech P 71086687 ICT F I am trying to find a way to return the Pass/Fail result for a particular ID and topic. I am trying to use VLOOKUP to do this but cant work out how to use multiple columns as values to look up against. essentially i am