VLOOKUP problem

ERC1985

New Member
Joined
Jul 2, 2012
Messages
2
I am trying to create a formula which includes IF, ISERROR and VLOOKUP, the data where the VLOOKUP takes it's information from a seperate worksheet which is updated on a weekly basis but I cannot get my spreadsheet to VLOOKUP the most current sheet even though it is using the same link. When I re-enter the formula it still does not accept the updated data sheet and tells me there is an error message as there is blank cell, any ideas? Thank you
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Can you post an example? It is difficult to give a response to this from the info you have provided.
 
Upvote 0
Here is an example of the formula I am using
=IF(ISERROR(VLOOKUP(A31,Admin Information\D.A.R\[D.A.R.xls]Domestic Avail'!$B$312:$G$900,3,FALSE)),"",VLOOKUP(A31,Admin Information\D.A.R\[D.A.R.xls]Domestic Avail'!$B$312:$G$900,3,FALSE))
The same formula was working on a previous sheet but since it has been updated it now doesn't work, even though I have updated the VLOOKUP data/source.

Thank you
 
Upvote 0
Forgive me, I might be missing something, I cant see any logical test in the IF statement?

=IF(ISERROR(VLOOKUP(A31,Admin Information\D.A.R\[D.A.R.xls]Domestic Avail'!$B$312:$G$900,3,FALSE)) ,"",VLOOKUP(A31,Admin Information\D.A.R\[D.A.R.xls]Domestic Avail'!$B$312:$G$900,3,FALSE))
 
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,816
Members
449,049
Latest member
cybersurfer5000

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