View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Confusicous Confusicous is offline
external usenet poster
 
Posts: 23
Default Possilbe easy question

Thanks! I appreciate it

"Jacob Skaria" wrote:

Try the below which starts from C45
=INDIRECT("'PSID Details'!" & ADDRESS(45,ROW(A3)))

If this post helps click Yes
---------------
Jacob Skaria


"Confusicous" wrote:

here is my "formula"

='PSID Details'!C45

My question is how do I get it to where if I drag the formula down it will
go like
='PSID Details'!D45
='PSID Details'!E45
='PSID Details'!F45
='PSID Details'!G45

Thanks for the help!