Problems with source file update with OFFSET Formula

cogumelo

Board Regular
Joined
Mar 23, 2006
Messages
181
Office Version
  1. 365
Platform
  1. Windows
Hi.

I'm using the following formula in FILE Z

Code:
=OFFSET([WRT_51_PD_master.xls]pivot_pd!$A$4;MATCH($A2;[WRT_51_PD_master.xls]pivot_pd!$A$5:$A$150;0);MATCH(CONCATENATE("GT ";$F2);[WRT_51_PD_master.xls]pivot_pd!$B$4:$BO$4;0))

This formula is getting it's values from a pivot table in FILE X.

Whenever i open FILE Z and FILE X the updating works fine. However if i do open FILE Z alone and i choose not to update this formula doesn't show the info stored on the file and turns into the error #VALUE!

Is this a problem with this formula?

I'm using some other formulas and they all work fine if i choose not to update the old values stored are kept.

My purpose is to send this file periodically to people therefore i'm trying to have it in a way that i can update just by opening both files and that other people can see the values stored.

Is there a way to work around this formula in order to allow it to show the values stored if i decide not to update?


thx in advance,

cogumelo
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Try...

Code:
=INDEX([WRT_51_PD_master.xls]pivot_pd!$B$5:$BO$150;MATCH($A2;[WRT_51_PD_master.xls]pivot_pd!$A$5:$A$150;0);MATCH(CONCATENATE("GT ";$F2);[WRT_51_PD_master.xls]pivot_pd!$B$4:$BO$4;0))

Hope this helps!
 
Upvote 0

Forum statistics

Threads
1,215,525
Messages
6,125,325
Members
449,218
Latest member
Excel Master

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