![]() |
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 |
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 |
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 |
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 |
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