View Single Post
  #5   Report Post  
pinmaster
 
Posts: n/a
Default Relative Reference


Hi,
How about something like this:
Say you have in column A starting in A2 (1,4,5,6) and in row 1 starting
in B1 (3,5,2,5) then the formula would be:
in column B
=B1*INDIRECT("A"&ROW(2:2)+COLUMN()-2)
copied across

HTH
JG


--
pinmaster
------------------------------------------------------------------------
pinmaster's Profile: http://www.excelforum.com/member.php...fo&userid=6261
View this thread: http://www.excelforum.com/showthread...hreadid=479311