If error look up formula, not copying & pasting correctly

mckeamic

New Member
Joined
Nov 26, 2018
Messages
20
=IFERROR(VLOOKUP(C5,’species and specs’!B5:D126,3,FALSE),””) is the formula that I am using

Here is my formula that works, but I have to paste the formula in a column from C5 to C604. Unfortunately though when I copy then paste it in the next cell, it changes the formula each time I paste it.

It changes in the part B5:D126, it adds one every time I paste (ie B6:D127, then B7:D128, etc...)

Any suggestions??

Thanks in advance
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Hi,

You need to add absolute referencing for the Rows in your Lookup Table if you're copying the formula Up or Down, like this:

=IFERROR(VLOOKUP(C5,'species and specs'!B$5:D$126,3,FALSE),"")
 
Upvote 0
Try

=IFERROR(VLOOKUP(C5,’species and specs’!B$5:D$126,3,FALSE),””)

Edit - ooh, too slow :)
 
Last edited:
Upvote 0
I love this group, you guys are so awesome...

I will try right now and let you know if it works

Thanks
 
Upvote 0
You're welcome, glad we can help.
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,694
Members
448,979
Latest member
DET4492

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