Thread
: [Solved]
If (C1 = refer to a cell in a range) then (show the description in C2) & (corresponding price in C3)
View Single Post
10-21-2014, 06:26 AM
gebobs
Windows 7 64bit
Office 2010 64bit
Expert
Join Date: Mar 2014
Location: Atlanta
Posts: 837
If there is only one watch to look for, sure:
B10: =VLOOKUP(A10,C2:C20,2,FALSE)
C10: =VLOOKUP(A10,C2:C20,3,FALSE)
gebobs
View Public Profile
Find all posts by gebobs