Error when copying a formula

nandp12

New Member
Joined
Sep 24, 2009
Messages
24
Hi,

Hopefully this is an easy one. I'm trying to copy an ELOOKUP formula down a column in a sheet. The formula is losing part of the table array when I carry it down and returning an N/A error. Interestingly, it will work when I copy it across a row.

what am i doing wrong??

thank you so much!
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Try using absolute addresses for the table, e.g.

=vlookup(a1,$b$1:$e$100,5,false)
 
Upvote 0
=ELOOKUP(A4,'F:\EXCELWRK\TOM\DOW TEST\[mstar1test.xls]1 100'!$1:$65536,4,0,ELOOKUP(A4,'F:\EXCELWRK\TOM\DOW TEST\[mstar1test.xls]101 200'!$1:$65536,4,0,ELOOKUP(A4,'F:\EXCELWRK\TOM\DOW TEST\[mstar1test.xls]201 300'!$1:$65536,4,0,ELOOKUP(A4,'F:\EXCELWRK\TOM\DOW TEST\[mstar1test.xls]301 400'!$1:$65536,4,0,ELOOKUP(A4,'F:\EXCELWRK\TOM\DOW TEST\[mstar1test.xls]401 500'!$1:$65536,4,0,ELOOKUP(A4,'F:\EXCELWRK\TOM\DOW TEST\[mstar1test.xls]501 600'!$1:$65536,4,"VALUE NOT AVAILABLE"))))))

Okay, here it is! The part that is not copying is $1:$65536 - it's saying #REF!

thanks, again!!
 
Upvote 0
Yep, pretty hard to troubleshoot someting we can't see...


Hey Vog, you'll probably get a #REF Error with that formula...
 
Upvote 0
sorry, I'm still learning! Okay, I posted it so hopefully I did that correctly. Thanks everyone!
 
Last edited:
Upvote 0
OK, I think we both thought it was a typo when you said ELOOKUP. We figured you meant VLOOKUP.

There is no built in function called ELOOKUP. It must be a custom function created in VBA.

Nonetheless, with the $ in there, it should lock the cell refs.

Can you explain EXACTLY step by step in detail..
EXACTLY What happens, and EXACTLY what steps are you following to Copy the formula and produce the error?
 
Upvote 0

Forum statistics

Threads
1,214,819
Messages
6,121,739
Members
449,050
Latest member
excelknuckles

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