formula help need to get current row

  • Thread starter saveas getting rid of formulas
  • Start date
S

saveas getting rid of formulas

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
 
B

Bob Phillips

=INDIRECT("Domestic!A"&ROW())

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"saveas getting rid of formulas"
 
Top