Autofill from another workbook - fill column with row data.

drewber

New Member
Joined
Sep 23, 2021
Messages
10
Office Version
  1. 365
Platform
  1. Windows
My boss has a workbook with incoming call data that she updates daily. On my workbook, I take that data and further break it down.
What I'm wanting to do is have my column fill when she inputs her daily data.
In my workbook, in cell A2 I have entered the link to her data for today: ='[daily data tracking.xlsx]Inbound Calls 2024'!$T$30
Her data is in rows, so tomorrows data would be in U30, ='[daily data tracking.xlsx]Inbound Calls 2024'!$U$30, the day after that ='[daily data tracking.xlsx]Inbound Calls 2024'!$V$30, and so on.
I'm wanting to autofill my Column A (ie A2 through A30) with her data.
So A2 would contain her data from T30
A3 would contain U30
A4 would contain V30 ...and so on.

I've tried removing the $ and dragging down, but it just fills with same formula from T30. Several different combinations. Not getting results, I'd like. I'm sure this is a simple fix. Thanks in advance.
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
How about
Excel Formula:
=tocol('[daily data tracking.xlsx]Inbound Calls 2024'!T30:AW30,1)
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,073
Messages
6,122,970
Members
449,095
Latest member
Mr Hughes

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