+ Reply to Thread
Results 1 to 3 of 3

Formula "IF"

  1. #1
    Registered User
    Join Date
    06-23-2009
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    10

    Formula "IF"

    I have the attached document. Under "Sheet1" I will enter the result in column A. I need for columb B to prefill from the corresponding cell in "Sheet2". If Result is 50, it B2 should prefill Object 50. I have a total of 180 objects listed in Sheet2.

    thanks for your help.
    Attached Files Attached Files

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Formula "IF"

    You need to add a column on sheet2 which includes the same reference values you enter on sheet1 so that you get a cross-reference for a look up.

    The use the VLOOKUP formula, similar to this:
    =VLOOKUP(A3,Sheet2!$A$2:$B$180,2,FALSE)
    See attached.
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    06-23-2009
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: Formula "IF"

    got it. Thanks a lot.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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