+ Reply to Thread
Results 1 to 2 of 2

Needing an logical if formula

  1. #1
    Registered User
    Join Date
    12-04-2008
    Location
    Oregon
    Posts
    57

    Needing an logical if formula

    I am building a worksheet where on sheet one I have a list of several of my customers. On sheet two I want to show only customer's of a particular sales associate. I have a list of all of associate one's customers on sheet 3, titled John's Customers. I would like a formula that would search the list on sheet one, compare the customer ID Numbers on sheet 3, and if there is a match, populate the customer's name and contact information on sheet 2.
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    03-17-2005
    Location
    Canterbury, Kent
    MS-Off Ver
    2003, 2010
    Posts
    285

    Re: Needing an logical if formula

    jt1561

    Use a vlookup formula.

    Place this in B1 on sheet 3
    =VLOOKUP(A1,customers!$A$1:$C$18,2,FALSE)

    Place this in C1 on sheet3
    =VLOOKUP(A1,customers!$A$1:$C$18,3,FALSE)

    Copy down required rows.

    Windy

+ 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. Formula needing help with. (IFs, ANDs, ORs)
    By stacey52891 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-09-2013, 10:37 AM
  2. novice needing help on formula
    By jordiman in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-18-2009, 08:25 AM
  3. Needing a percentage formula for two name lists
    By gtello1013 in forum Excel General
    Replies: 3
    Last Post: 10-08-2009, 02:03 AM
  4. [SOLVED] Needing simple formula
    By Connie Martin in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-25-2006, 10:10 AM
  5. [SOLVED] New user needing help with coming up with a formula
    By Igniter in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 06-02-2005, 03:05 PM

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