3d formula without quota

lezawang

Well-known Member
Joined
Mar 27, 2016
Messages
1,805
Office Version
  1. 2016
Platform
  1. Windows
Hi
I am reading the article below and it say that to create 3 d formula, you need to do this

='[workbook]'worksheet'!$A$1 (single quota)

I tried that and my formula was

=[test1.xlsx]Sheet1!$A$1

So I am in test2.xlsx and I want to link to cell A1 in file test1.xlsx. I just type = then clicked on cell A1 in test1 and excel entered the formula above. I am using excel 2013. Why excel did not enter single quota?


https://www.microsoftpressstore.com/articles/article.aspx?p=2447199&seqNum=2
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
It depends on the sheet name. With a name like Sheet1, the quotes aren't needed. If you have a sheet name like March 2018 (where you have spaces in the name), they are needed and the formula will look like:

='[test1.xlsx]March 2018'!$A$1

You'll also need the quotes if the workbook name has spaces in it.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,209
Messages
6,129,517
Members
449,515
Latest member
lukaderanged

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top