Alternative to dragging down my formula every day

kylerisi

Board Regular
Joined
Nov 1, 2015
Messages
93
Office Version
  1. 365
Platform
  1. Windows
Hi Team

I have a V lookup formula that I use everyday, the trouble is that Each time I update my source data I have to keep dragging down my formula against the new values on my sheet,

Is there a way that i can not have to do this every day?

Here is my formula that I am currently using

=vlookup(OFFSET(INDIRECT(ADDRESS(ROW(), COLUMN())),0,-4),'Walkthru List'!G:H,2,false)

I have another formula that I use which automatically applies the following formula to all NON BLANK cells

=ArrayFormula('WalkThru Log'!A:G)

is it possible to use this same method for my Vlookup?

Any help will be greatly appreciated

Kyle
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Hi Team

I have a V lookup formula that I use everyday, the trouble is that Each time I update my source data I have to keep dragging down my formula against the new values on my sheet,

Is there a way that i can not have to do this every day?

Here is my formula that I am currently using

=vlookup(OFFSET(INDIRECT(ADDRESS(ROW(),COLUMN())),0,-4),'Walkthru List'!G:H,2,false)

I have another formula that I use which automatically applies the following formula to all NON BLANK cells

=ArrayFormula('WalkThru Log'!A:G)

is it possible to use this same method for my Vlookup?

Any help will be greatly appreciated

Kyle

I found a solution, Thank you

=ARRAYFORMULA(VLOOKUP(D2:D,'Walkthru List'!G2:H,2*SIGN(ROW(D2:D)),FALSE))

 
Upvote 0

Forum statistics

Threads
1,214,651
Messages
6,120,739
Members
448,989
Latest member
mariah3

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