View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JBeaucaire[_9_] JBeaucaire[_9_] is offline
external usenet poster
 
Posts: 1
Default Using a formula to select a cell using the row and column values


In D1, enter the formula:

*=INDIRECT("C"&C2)
*
If you understand using the & to concatenate strings together, INDIRECT
let's you piece together a cell reference any way you want, then the
resulting cell reference becomes an active answer. Read up on it.


--
JBeaucaire
------------------------------------------------------------------------
JBeaucaire's Profile: http://www.thecodecage.com/forumz/member.php?userid=73
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=45054