Is their a function similar to DGET that returns the value of the first cell that matchs the criteria and ignors following cells.
For example in the following database:
A B
1 0
2 0
3 1
4 0
5 0
6 1
I want to look for "1" in column "B" and get back the value "3" from column "A"
For example in the following database:
A B
1 0
2 0
3 1
4 0
5 0
6 1
I want to look for "1" in column "B" and get back the value "3" from column "A"