+ Reply to Thread
Results 1 to 3 of 3

Need formula, possibly IF, THEN???

  1. #1
    Registered User
    Join Date
    07-07-2015
    Location
    VA
    MS-Off Ver
    2010
    Posts
    2

    Question Need formula, possibly IF, THEN???

    Hard to explain, I am trying to make one field equal to another field if a certain value is selected from a list in another field. For example:

    Column A on Tab 1 has a list which is populated from a column of values in Tab 2. If a value is selected in the list, I want the corresponding value to auto-populate in the correct field (example in B in Tab 1, below).

    Tab 2:
    A B
    1 Apple $5
    2 Pear $3
    3 Orange $2

    Tab 1
    A (list) B
    1 Pear (should equal $3)
    2 Apple (should equal $5)

    Sorry, hard to explain, hope this makes sense!

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Need formula, possibly IF, THEN???

    in Tab1!B1
    =VLOOKUP(A1,Tab2!A$1:B$3,2,0)
    and copy down to Tab1!B2
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    07-07-2015
    Location
    VA
    MS-Off Ver
    2010
    Posts
    2

    Re: Need formula, possibly IF, THEN???

    Amazing! Thanks so much!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Help with a (possibly) sumif formula
    By rodgersmg in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-26-2014, 06:51 AM
  2. Replies: 1
    Last Post: 11-15-2013, 09:22 PM
  3. Possibly an IF THEN formula required
    By Pursuit2010 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-25-2013, 09:45 PM
  4. IF AND Formula (possibly)
    By macba in forum Excel General
    Replies: 1
    Last Post: 09-01-2009, 04:41 AM
  5. IF Formula possibly?
    By jendew in forum Excel General
    Replies: 4
    Last Post: 05-14-2009, 11:21 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1