+ Reply to Thread
Results 1 to 3 of 3

Return a Text Value based on criteria

  1. #1
    Registered User
    Join Date
    01-25-2010
    Location
    Roanoke, Virginia
    MS-Off Ver
    Excel 2007
    Posts
    53

    Return a Text Value based on criteria

    I'm trying to create a formula that will allow me to pull test from a list (auto populate if possible).

    Essentially you will see on the second tab, a list of projects "Cali" for example. I'm trying to find a formula that will allow me to show the Customer and Life Cycle on the first Tab. If possible the Project Name too. Essentially I want to be able to have all the data inputed into Tab 2 and let Tab 1 condense it into the designated fields. So basically what will allow me to see all of the "Cali" projects, and from that generate the Customer and Life Cycle (and Project if possible) on Tab 1.

    Keep in mind this does need to be automatic updating, so that as we input more information on Tab 2, it will automatically kick into Tab 1.

    Any thoughts?

    Spreadsheet attached for reference.
    Attached Files Attached Files
    Last edited by SeanKosmann; 01-26-2010 at 04:08 PM.

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Return a Text Value based on criteria

    Hi Sean, you might try this formula in A3 on the Forecast sheet (and copy down/right to B6):

    =INDEX(Data!A:A,MATCH(Forecast!$C3,Data!$C:$C,0))

    This assumes you won't have more than one Customer or LifeCycle per Project.

  3. #3
    Registered User
    Join Date
    01-25-2010
    Location
    Roanoke, Virginia
    MS-Off Ver
    Excel 2007
    Posts
    53

    Re: Return a Text Value based on criteria

    Flawless Paul, THANK YOU!

+ 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