View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
D D is offline
external usenet poster
 
Posts: 121
Default Fill an Indirect Statement

Yes, it did work! So SORRY!! Not quite sure why it works but it does and
that makes this project so much easier.

"Bob Phillips" wrote:

=SUM(INDIRECT("Allocate!T"&ROW(A2))+INDIRECT("Allo cate!Z"&ROW(A2)))

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"D" wrote in message
...
I need to add Indirect to 5000 rows of formula. So, with the following
formula, how can I get it to fill with the correct cell references(T2

becomes
T3 and Z2 becomes Z3 and so on down the column)?
=SUM(INDIRECT("Allocate!T2")+INDIRECT("Allocate!Z2 "))