Excel: Linking Worksheets with an R# or A$ NameLast reviewed: November 2, 1994Article ID: Q60547 |
The information in this article applies to:
SUMMARYWhen you enter a formula that is linked to a worksheet whose name begins with the letter "R" followed by a digit, or any letter followed by a dollar sign, you must enclose the name in single quotation marks. NOTE: In Microsoft Excel, if you reference a worksheet named R1, you must use single quotation marks; however, if you reference a workbook named R1 with a sheet name other than r1 or A$, you do not need to enclose the name in single quotation marks.
MORE INFORMATIONFor example, if the worksheet name begins with either R followed by a number or A followed by a dollar sign (such as R1 or A$), a formula with links to a supporting sheet must be entered as follows:
='A$'!referenceor ='R1.xls'!reference (Note the single quotation marks enclosing the sheet name.)If the sheet name begins with an R that is not followed by a number or an A that is not followed by a dollar sign, (including RC or A1), then the above formula can be entered as follows:
=A1!reference -or- =RC.XLS!reference |
KBCategory: kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |