Power Query and Tables changing formula's

DarrenF

Board Regular
Joined
Jun 9, 2014
Messages
90
Hello,

I have created a Power Query that pulls data from SalesForce in a live queue that I built and I have it refreshing every 1 minute with the below VBA. My only problem is when I create formula's in additional columns next to the table that is created with the power query the formulas change if my pivot table reduces the amount of rows. Is there any way to get the formulas to not change? I've tried locking the cells, that didn't work. I've tried adding "$" (ex. $A$1) to the formula's and that didn't' work. Any help would be appreciated.


Sub my_onTime()
Application.OnTime Now + TimeValue("00:01:00"), "my_Procedure"
End Sub


Sub my_Procedure()
Workbooks("Cases In Queue Unasigned").RefreshAll
my_onTime
End Sub
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.

Forum statistics

Threads
1,213,536
Messages
6,114,215
Members
448,554
Latest member
Gleisner2

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