Excel2016: Formula won't autofill correctly(Relative/Absolute)

bbcoded

New Member
Joined
Jul 5, 2023
Messages
2
Office Version
  1. 2016
Platform
  1. Windows
I need help with a problem that seems like no one else has a solution to. My company uses Excel 2016 and as a result, when i imported an excel sheet from my home desktop to my work one, it lost its functionality. I don't know why.

Since I already had the formulas ready, I figured I'd plug in the first three and use the autofill function to fill in the rest.

=Sheet_1!A$1
=Sheet_1!B$1
=Sheet_1!C$1

When I try to drag it down to continue the pattern, it just repeats those three like this:
=Sheet_1!A$1
=Sheet_1!B$1
=Sheet_1!C$1
=Sheet_1!A$1
=Sheet_1!B$1
=Sheet_1!C$1
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Try this formula in a single cell and drag it down. Where I have A1 in this formula, make that the address of whatever cell this first formula is actually in.

=INDEX(Sheet1!$1:$1,ROWS(A$1:A1))
 
Upvote 0

Forum statistics

Threads
1,216,106
Messages
6,128,863
Members
449,473
Latest member
soumyahalder4

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