ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   formula help need to get current row (https://www.excelbanter.com/excel-worksheet-functions/69183-formula-help-need-get-current-row.html)

saveas getting rid of formulas

formula help need to get current row
 
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

Bob Phillips

formula help need to get current row
 
=INDIRECT("Domestic!A"&ROW())

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"saveas getting rid of formulas"
. com wrote in message
...
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




Bobby

formula help need to get current row
 
Try
=INDIRECT("domestic!a"&ROW())
HTH

"saveas getting rid of formulas" wrote:

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


Kevin Vaughn

formula help need to get current row
 
Try
=INDIRECT("Domestic!a" & ROW())
--
Kevin Vaughn


"saveas getting rid of formulas" wrote:

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


saveas getting rid of formulas

formula help need to get current row
 
Thanks Everyone what a great site!!!

"Kevin Vaughn" wrote:

Try
=INDIRECT("Domestic!a" & ROW())
--
Kevin Vaughn


"saveas getting rid of formulas" wrote:

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



All times are GMT +1. The time now is 03:35 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com