Results 1 to 10 of 15

Thread: Best way to cross populate multiple arrays based on data entry into a single array?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Member mrmmickle1's Avatar
    Join Date
    Sep 2012
    Posts
    51
    Rep Power
    13
    Orestees,

    Try something like this:

    =IF(ISNUMBER(SEARCH("*Tinker*",B3)),B24,IF(ISNUMBE R(SEARCH("*Tom A*",B3)),B24,"NoTrainerAvailable"))

    You would need to enter all the possible trainers...

    Or possibly just a nested if statement. The reason to use the * is to search for a string.
    Last edited by mrmmickle1; 01-23-2013 at 04:46 AM.
    Using Excel 2010

Similar Threads

  1. Replies: 1
    Last Post: 05-09-2013, 08:56 AM
  2. Replies: 2
    Last Post: 04-10-2013, 12:40 AM
  3. Replies: 2
    Last Post: 03-21-2013, 10:38 PM
  4. Converge Data From Multiple Columns To Single Column
    By ayazgreat in forum Excel Help
    Replies: 3
    Last Post: 12-14-2012, 10:55 PM
  5. Replies: 4
    Last Post: 05-14-2012, 11:58 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •