Equivalent to $A$1:A1 when anchoring in Data Table

danhenshy23

New Member
Joined
Oct 3, 2016
Messages
38
Office Version
  1. 2019
Platform
  1. Windows
Hi,

When working with Data Tables how do you anchor the first cell in the row only?

This would be the equivalent to $A$1:A1

Thanks
Dan
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Book1
ABCDE
1Header AHeader BHeader C
2row 1 col 1row 1 col 2row 1 col 3row 1 col 1
3row 2 col 1row 2 col 2row 2 col 3row 1 col 1
4row 3 col 1row 3 col 2row 3 col 3
Sheet1
Cell Formulas
RangeFormula
E2E2=Table1[@[Header A]]
E3E3=A2
 
Upvote 0
I think one thing that works is, assuming the first data row is in A2:

Excel Formula:
$A$2:Table1[@[Header1]]
 
Upvote 0

Forum statistics

Threads
1,223,530
Messages
6,172,845
Members
452,484
Latest member
vmexwindy

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