formula help need to get current row

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have the following formula
=Domestic!$A$3
but I would like to replace $3 with the current row that I am in
=Domestic!$A$=row() gives me an error.

I'm a rookie at this can anyone help Thanks
 
=INDIRECT("Domestic!A"&ROW())

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"saveas getting rid of formulas"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top