Posted to microsoft.public.excel.misc
|
|
"indirect" formula reference
Orlando,
AFAIK, you cannot use INDIRECT with 3 D ranges, so there is no way to shorten this.
HTH,
Bernie
MS Excel MVP
"ORLANDO VAZQUEZ" wrote in message
...
Bernie,
Is there a way to shorten the formula below. All that is changing one digit
in the indirect ref text. i.e., AH6 becomes AH7 .....AH7 becomes AH8...and
so on.
Orlando
=INDIRECT("'"&'ACCOUNT MASTER'!$AH$6&"'!" & ADDRESS(ROW(D483),COLUMN(D483)))
+INDIRECT("'"&'ACCOUNT MASTER'!$AH$7&"'!" & ADDRESS(ROW(D483),COLUMN(D483)))
+INDIRECT("'"&'ACCOUNT MASTER'!$AH$8&"'!" & ADDRESS(ROW(D483),COLUMN(D483)))
+INDIRECT("'"&'ACCOUNT MASTER'!$AH$9&"'!" & ADDRESS(ROW(D483),COLUMN(D483)))
+INDIRECT("'"&'ACCOUNT MASTER'!$AH$10&"'!" & ADDRESS(ROW(D483),COLUMN(D483)))
+INDIRECT("'"&'ACCOUNT MASTER'!$AH$11&"'!" & ADDRESS(ROW(D483),COLUMN(D483)))
"Bernie Deitrick" wrote:
=INDIRECT("'"&'ACCOUNT MASTER'!$AH$6&"'!" & ADDRESS(Row(A483),COLUMN(D1)))
HTH,
Bernie
MS Excel MVP
"ORLANDO VAZQUEZ" wrote in message
...
Can we make the column changeable too ?
"Bernie Deitrick" wrote:
There are quite a few ways. Here's one:
=INDIRECT("'"&'ACCOUNT MASTER'!$AH$6&"'!D" & Row(A483))
HTH,
Bernie
MS Excel MVP
"ORLANDO VAZQUEZ" wrote in message
...
Hi,
How can I re-write this formula so that when I copy it down 1 row the
ref_text portion !d483 changes to !d484 ?
=+INDIRECT("'"&'ACCOUNT MASTER'!$AH$6&"'!d483")
Please help.
Thanks,
Orlando
|