I can't seem to make this IF function work with multiple conditions. Does anybody know how to format this query correctly?
if A1 = "Hat" AND B1 = "1" return "5" if A1 = "Hat" AND B1 = "2" return "10" if A1 = "Glove" AND B1 = "1" return "15" if A1 = "Glove" AND B1 = "2" return "20"