Copying cross workbook nested IF formulas

lancetre

New Member
Joined
Jul 19, 2018
Messages
2
Hi. Got what is hopefully an easy problem -

Have created a nested IF formula that references multiple worksheets within the workbook and from external workbooks. All this is working fine.

The problem arises when I try to copy the formula - the references within the workbook update to subsequent rows - which is what I want - but the external references remain absolute.

For example, if the reference is
='[Transition timeline.xlsx]Progress'!$J$23

When I copy the formula down the column, I want the reference to update to $J$24, $J$25, $J$26 etc

Is there a way to have these update to subsequent rows?

Don't want to have update manually as there are about 1200 rows
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Hi,

If you want the Row to update, remove the absolute reference ($) for the row:

='[Transition timeline.xlsx]Progress'!$J23

If you want the Column to update, remove the absolute reference ($) for the column:

='[Transition timeline.xlsx]Progress'!J$23
 
Upvote 0
Hi,

If you want the Row to update, remove the absolute reference ($) for the row:

='[Transition timeline.xlsx]Progress'!$J23

If you want the Column to update, remove the absolute reference ($) for the column:

='[Transition timeline.xlsx]Progress'!J$23

Perfect - thanks.
Didn't want to touch them as they were imposed by system - very much appreciated
 
Upvote 0
You're welcome, welcome to the forum.
 
Upvote 0

Forum statistics

Threads
1,223,896
Messages
6,175,260
Members
452,627
Latest member
KitkatToby

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