Power Query bottom row problem

rmence

New Member
Joined
Oct 20, 2015
Messages
23
I have a table that I import daily through power query...
and I have all my formulas to the right of the imported table.
Sometimes the table is larger or smaller (rows-wise) based on however big the table is that day from the website.
So I have my formulas down way past the most rows I know the table would be on any given day.
The problem I am having is that when the table is larger it takes the formulas that were on the previous days bottom row of imported data, and puts that all the way on the bottom row of the current days table, which is larger than yesterday.
So if yesterday I had 200 rows and today I had 300 rows, row 200 formulas (today) would say A300, row 201 would say A301, and so on. Obviously messing up everything below 200 for the current day.
On today's, one formula would go something like this:
=IFERROR((LEFT(D210,LEN(D210)-11)),0)
=IFERROR((LEFT(D300,LEN(D300)-11)),0)
=IFERROR((LEFT(D301,LEN(D301)-11)),0)
Kind of like the power query is taking todays import and sticking it in between yesterdays bottom two rows.
I hope any of that makes sense.
If anyone knows how I can correct this I would greatly appreciate it.
Thanks!
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
I tried a few things on my own and the table still updated funky today.
Any suggestion is very much appreciated.
Thanks!
-Rick
 
Upvote 0

Forum statistics

Threads
1,214,634
Messages
6,120,659
Members
448,975
Latest member
sweeberry

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