Thread
:
if formula that points to a cell with a drop down
View Single Post
02-08-2014, 06:22 AM
Kevin@Radstock
Windows 8
Office 2013
Office 365
Join Date: Feb 2012
Posts: 94
Or use the LOOKUP function.
=INDIRECT("Sheet4!"&LOOKUP(C2,{"A","J1";"B","J2";" C","J3";"D","J4"}))
Or if you have a table in say U1:V4
=INDIRECT("Sheet4!"&LOOKUP(C2,U1:V4))
Kevin@Radstock
View Public Profile
Find all posts by Kevin@Radstock