User Defined Functions

R

Roy Kirkland

I am writing an Excel application with considerable VBA in the back end - I
have been attempting to use data stored on one sheet to supply variables for
a calculation on another sheet, but have not been able to get Vlookup to
work across sheets. Is there a workaround for this, or does anyone know the
code behind the function, and if so, is it possible to write this code as a
user defined function?

Roy
 
F

Frank Kabel

Hi Anne
looking at this site it explains using VLOOKUP but not across several
sheets. e.g. a range which consists of more than one sheet?
 
B

Bob Phillips

I think you are getting differing items mixed up, it doesn't need named
ranges, that is Data Validation across sheets.
 
F

Frank Kabel

Bob
think I got the question wrong. Thought the OP wants to use something
like
=VLOOKUP(value,sheet1:sheet3A1:C100,3,0)

But looking at your response and the others the OP maybe wants
something simpler :)
Frank
P.S.: Litres: Indeed!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top