Getting the specific value by matching two values. (Vlookup)

Hello.
I have a question about using Thunkable.
Is there any way to use these data in Thunkable to find the specific value (“grade”) by matching two values (“Name” & “Subject”)?

For example:
By inserting two values (“Jack” and “Biology”), getting the specific matched value which is “B”.

Thanks.

Data1

Hi @sooloni :wave:

Here’s our tutorial for making your own VLOOKUP function:

Hi! :smiley:
Thanks for your help.
Unfortunately, I already tried that method and it didn’t work.