+ Reply to Thread
Results 1 to 4 of 4

Seacrh combine cell

  1. #1
    Registered User
    Join Date
    06-13-2012
    Location
    Arlington, TX
    MS-Off Ver
    Excel 2003
    Posts
    31

    Seacrh combine cell

    I want to search combine cells like A2&B2 in a different sheet using the same combine values A2&B2

  2. #2
    Registered User
    Join Date
    06-13-2012
    Location
    Arlington, TX
    MS-Off Ver
    Excel 2003
    Posts
    31

    Re: Seacrh combine cell

    like cell A2 has 09/01/13 and B2 has number 3 so i want to search 09/01/133 in another sheet but the values are also not combine need to add on the formula like A2&B2

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,917

    Re: Seacrh combine cell

    Maybe with this array function?

    =match(sheet1!A2&B2,sheet2!A1:A10&sheet2!B1:B10)
    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer. Press F2 on that cell and try again.

    if this doesnt help you, please upload a sample workbook with examples of your expected outcome
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Seacrh combine cell

    Need more detailed info.

    And what do you want to do if/when these items are located?
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. [SOLVED] Code to Seacrh and Delete database records on UserForm
    By Fogsta65 in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 08-06-2013, 08:10 PM
  2. Replies: 4
    Last Post: 07-15-2013, 02:41 PM
  3. [SOLVED] Using Combine macro to combine multiple worksheets - need to modify to paste formulas
    By DLSmith in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-26-2012, 09:07 AM
  4. [SOLVED] How do I seacrh for the chracter "*" without it being a wildcard.
    By erareeve in forum Excel General
    Replies: 3
    Last Post: 03-07-2006, 11:30 AM
  5. combine cell value (alpha) with number for cell address
    By shazamgerry in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-31-2005, 11: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