• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Formula that will pull data from a table

priddick

New Member
How can I pull data from column C that matches criteria that will be found in columns A & B. For example Column A1 = 6 B1 = 9 and C1 = Maple. A2 = 5 B2 = 10 and C2 = Birch. A3 = 2 B3 = 8 and C3 = Oak


If I am given a list that has "5" in column F and "10" in column G I want a formula that will fill column H with Birch.
 
Hi, priddick!


First of all welcome to Chandoo's website Excel forums. Thank you for your joining us and glad to have you here.


As a starting point I'd recommend you to read the three first green sticky topics at this forums main page. There you'll find general guidelines about how this site and community operates (introducing yourself, posting files, netiquette rules, and so on).


Among them you're prompted to perform searches within this site before posting, because maybe your question had been answered yet.


Feel free to play with different keywords so as to be led thru a wide variety of articles and posts, and if you don't find anything that solves your problem or guides you towards a solution, you'll always be welcome back here. Tell us what you've done, consider uploading a sample file as recommended, and somebody surely will read your post and help you.


And about your question...


If a helper column at left to the data table can be used, do this:

a) insert a column before A

b) type in A1 and copy down to A2:

=A1&"_"&B1

c) type in I1:

=BUSCARV(G1&"_"&H1;A:D;4;FALSO) -----> in english: =VLOOKUP(G1&"_"&H1,A:D,4,FALSE)


Regards!
 
Hi, priddick!

Glad you solved it. Thanks for your feedback and welcome back whenever needed or wanted.

Regards!
 
Back
Top