Results 1 to 8 of 8

Is there a formula that will populate a cell w/ TEXT based on multiple criteria?

Threaded View

  1. #8
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,069

    Re: Is there a formula that will populate a cell w/ TEXT based on multiple criteria?

    D3: =INDEX(DETAILED_PRODUCT_TYPE,MATCH(A3&C3,OBLIGATION_NUMBER&BORROWER,0)) committed with Ctrl-Shift-Enter

    This is an array formula and will return the values expected/required. However, it will be very slow because the Named Ranges refer to entire columns.

    You could improve performance by specifying a range rather than a full column. Better still, use a Dynamic Named Range. See the updated example file.


    Regards, TMS
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Formula to Populate Multiple Cells Based on Text strings in Another Cell
    By RASoff in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-18-2014, 11:52 AM
  2. Replies: 5
    Last Post: 03-04-2014, 10:01 AM
  3. [SOLVED] How to auto populate multiple Text Boxes from list based on value of a cell
    By MooseAUH in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-04-2014, 03:40 AM
  4. Formula to count Unique text based on multiple criteria
    By OAMPS in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-14-2012, 10:48 AM
  5. Replies: 9
    Last Post: 12-13-2010, 01:42 PM

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