Thread
:
Finding an item in a list & returning a specific value
View Single Post
#
4
Posted to microsoft.public.excel.worksheet.functions
klswvu[_2_]
external usenet poster
Posts: 27
Finding an item in a list & returning a specific value
=INDEX(Sheet2!$A$1:$B$16,MATCH(L1,Sheet2!$A$1:$A$1 6,0),2)
Returns #N/A if part not found... use the standard ISERROR and IF around the
formula.
Reply With Quote
klswvu[_2_]
View Public Profile
Find all posts by klswvu[_2_]