in workbook scope
in sheet1 I define name Test = B1, then excel automatically makes it as Sheet1!B1.
now when I use the name in sheet 2. I am expecting that it would refer to B1 in sheet 2 instead of Sheet1!B1. How could I do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can refer to
!$A$1, this will refer to the current Worksheet.Regards,