![]() |
![]() |
|
|||||||
| 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: Apr 2002
Location: England
Posts: 10
|
Ok, one last thing for now is how i can lookup a cell and return it's actual name.
I have this for returning the value in the cell... =VLOOKUP(F9,Customers,8) BUT, i also want a seperate one which will return the name of the cell. Which should be I3. I guess this is possible, anyone wanna give me a hand? please |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
{=ADDRESS(MATCH(F9,INDEX(Customers,,1),0),MIN(COLUMN(Customers)-1+8),4)}
Note: This is an array formula which must be entered using the Control+Shift+Enter key combination. The outermost braces, { }, are not entered by you -- they're supplied by Excel in recognition of a properly entered array formula. [ This Message was edited by: Mark W. on 2002-04-09 07:21 ] |
|
|
|
|
|
#3 |
|
New Member
Join Date: Apr 2002
Location: England
Posts: 10
|
thanks, although, i dont quite understand what an array formula is and how to do it
|
|
|
|
|
|
#4 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
|
|
|
|
|
|
|
#5 |
|
New Member
Join Date: Apr 2002
Location: England
Posts: 10
|
ok, thanks.
|
|
|
|
|
|
#6 |
|
Banned
Join Date: Feb 2002
Posts: 1,582
|
Hi
Assume your first Column in "Customers" is "H". =ADDRESS(MATCH(F9,$H$1:$H$1000,0),COLUMN(I1)) Where "COLUMN(I1)" will represent the "column_index_num" 8 in your VLOOKUP. Not an array formula. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|