+ Reply to Thread
Results 1 to 2 of 2

Creating an If statement

  1. #1
    Registered User
    Join Date
    09-22-2009
    Location
    South Carolina
    MS-Off Ver
    Excel 2003
    Posts
    1

    Creating an If statement

    All,

    I am working on a work book and need some help. I have a data page and a data needed page. Every time I upload the custmer information that I need from their website, it gives me their part number and not ours. I want to create something that will allow me to sort search the "data needed tab", where I have the customer part number in column a, our part number in column B and in column C I have our work center, based on the part numbers entered into column A I want to be able to populate Column G (work center) and Column H (our part number).

    Does anyone know what I need to do. Thanks in advance for any help. I have not had any luck uploading this.

    Thanks

    Tommy
    Last edited by twatkins513; 02-23-2010 at 02:05 PM. Reason: Improper Title

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Creating an If statement

    Have a look at the VLOOKUP function in excel Help...

    e.g.

    =Vlookup(A1,$B$1,$D$100,3,FALSE)

    this looks at entry in A1 finds it in first column of a table in B1:D100 and returns info from 3rd column in this table (i.e. column D)...
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ 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