View Single Post
 
Old 02-08-2014, 06:22 AM
Kevin@Radstock Kevin@Radstock is offline Windows 8 Office 2013
Office 365
 
Join Date: Feb 2012
Posts: 94
Kevin@Radstock is on a distinguished road
Default

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))
Reply With Quote