vlookup

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have one sheet with data looking like:

package no. name costs
0.1 A 50
0.2 B 100
1.1 C 75

I want to use another sheet where i only have to put in the package no. and
all the data from the row will folow. I know that VLookup is a help but
cannot find out how to put in the criteria 'if 0.1 then lookup and return
data'
 
=VLOOKUP(0.1,Sheet1!A1:C100,2,False)

then ,2,False)

etc.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
Hej Bob,

thanks for the answer. I had some problems translating the english terms
into danish. but now it works.

Regards,

Ronald Westerburger
 
If I had known, I could have done it for you

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 

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

Back
Top