![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 5
|
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" |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Denver, CO
Posts: 1,744
|
Quote:
=INDEX(A1:B6,MATCH(1,B1:B6,0),1) meet your needs? good luck |
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Mar 2002
Posts: 5
|
Thank you that was the most helpful response I have gotten to such a specific problem in my life. Maybe the internet will change our lives
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|