View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
F. Lawrence Kulchar F. Lawrence Kulchar is offline
external usenet poster
 
Posts: 124
Default INDIRECT function

In cell J5, I have:

=INDIRECT("C"&C5)...

so, it returns the value of cell C529 (in this case, I have a 529 in cell
C5), which is 82.53.

NOW, IN CELL, J10, I HAVE:

=J5........and I get a "0" returned (???)

How can I get cell J5 to read, also, 82.53???? via the J5 route?

Thanks,

FLKulchar