Hi
I wrote vlookup function + match function to return the value if a user enter name and month
A1= please enter name
A2= Please enter month
A3= vlookup (?,?:?,match(?,?,exact),false)
Everything is fine, if user enter Mary and month is Feb then the vllookup will return 22. My question, how...