Help with pasting a formula with a slight variance in other columns on same row.

Shawn Dunn

New Member
Joined
May 7, 2015
Messages
3
I have the following formula:
=IFERROR(VLOOKUP($C$4,'Schedule & Results'!$C$111:$D$116, 2, FALSE),VLOOKUP($C$4,'Schedule & Results'!$F$111:$G$116, 2, FALSE)).

I want to copy it to other cells in the same row, but with a slight modification. It would be:
=IFERROR(VLOOKUP($F$4,'Schedule & Results'!$C$111:$D$116, 2, FALSE),VLOOKUP($F$4,'Schedule & Results'!$F$111:$G$116, 2, FALSE))

I have additional columns to make this slight change (column I, L, O, U, X, AA, AD, AG, & AJ).
Other than changing the folumla one by one is there an easier way to do so?
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
in a spare row in paste your formula but with locked row lookup reference

=IFERROR(VLOOKUP(C$4,'Schedule & Results'!$C$111:$D$116, 2, FALSE),VLOOKUP(C$4,'Schedule & Results'!$F$111:$G$116, 2, FALSE)).

Highlight your formula row range, then with your cursor at the end of your formula in the formula bar press CTRL+ENTER.

Delete the formula from the cells in the columns you don't need, then copy & paste CTRL+V your spare row including your formula into your new formula range
 
Upvote 0
in a spare row in paste your formula but with locked row lookup reference

=IFERROR(VLOOKUP(C$4,'Schedule & Results'!$C$111:$D$116, 2, FALSE),VLOOKUP(C$4,'Schedule & Results'!$F$111:$G$116, 2, FALSE)).

Highlight your formula row range, then with your cursor at the end of your formula in the formula bar press CTRL+ENTER.

Delete the formula from the cells in the columns you don't need, then copy & paste CTRL+V your spare row including your formula into your new formula range
Thank you. I will try this out.
 
Upvote 0

Forum statistics

Threads
1,214,848
Messages
6,121,917
Members
449,055
Latest member
KB13

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