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