Lookup Database (Multiple criteria)
问题 Im having difficulty with the following, maybe you can help. I need a formula to lookup the following details. I need it to do the following: Search Column 2 for "A" Filter the available rows by the criteria of column 3 having a value of "B1" Filter the available rows by the most recent date from column A Return the value from column D DATE A A1 VALUE 1 DATE C D1 VALUE 1 DATE B F1 VALUE 1 DATE A A1 VALUE 1 DATE C P1 VALUE 1 Thanks, Phil 回答1: You can try this formula: =INDEX(D1:D6,MATCH(9^99