+ Reply to Thread
Results 1 to 13 of 13

Help on Formula Search, Find or Other one

  1. #1
    Registered User
    Join Date
    07-16-2020
    Location
    Lisbon
    MS-Off Ver
    Office 365
    Posts
    5

    Help on Formula Search, Find or Other one

    Hi guys,

    First of all thank you for your hard work and all help you can share.
    Basically this is something I am trying to do for work but can't seem to finish.

    Okay, so we are creating a control. We ech day receive several requests that come with a number (Imagine it's LUNA12314654). So, we receive around 50 lines per day but not all of them are for my team.
    so manually we retrieve the ones that are for us and I want to donwload every single line anad search for that numbers in the ones we manually retrieve. In the end we will only have to control the ones which are not for us.

    So the problem is the following... Sometimes this request comes into two pages. So LUNA000001 and LUNA000002
    And in our manually extraction we had something like LUNA00001_LUNA00002

    i've tried using =IF(SERROR(A1,SHEET1!H:H,1,FALSE)),"Non Exist","Exist") and to the single documents he found and said Exist. But unfortunately this won't work for the ones we put LUNA00001_LUNA00002.
    Can you help on this?

    I tried the find, seach and can't find them..

    Thank you all,
    Paulo
    Attached Files Attached Files
    Last edited by Chevaleridulys; 07-16-2020 at 07:38 AM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,780

    Re: Help on Formula Search, Find or Other one

    Welcome to the forum.

    There are instructions at the top of the page explaining how to attach your sample workbook.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    07-16-2020
    Location
    Lisbon
    MS-Off Ver
    Office 365
    Posts
    5

    Re: Help on Formula Search, Find or Other one

    Sorry. I've attached as per instructions.

    Thank you
    PCG

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,780

    Re: Help on Formula Search, Find or Other one

    Where have you shown what you want?

  5. #5
    Registered User
    Join Date
    07-16-2020
    Location
    Lisbon
    MS-Off Ver
    Office 365
    Posts
    5

    Re: Help on Formula Search, Find or Other one

    So in "F" column I am searching for each of the reference in column I to match the ones in column "B".

    As you can see he finds I5 (Luna0003) but also should find I3 and I6 because they are together in C3.

    Sorry if didn't explain correctly before

    Really appreciate it.

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,780

    Re: Help on Formula Search, Find or Other one

    In the workbook, please show what you want to see, NOT formulae that do not give the results you want.

  7. #7
    Registered User
    Join Date
    07-16-2020
    Location
    Lisbon
    MS-Off Ver
    Office 365
    Posts
    5

    Re: Help on Formula Search, Find or Other one

    Okay.

    I've updated the file.

    Thank you
    PSG

  8. #8
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,556

    Re: Help on Formula Search, Find or Other one

    Try the following array entered formula** in F3 and down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    **Array formulas are not entered in the same way as 'standard' formulas. Instead of pressing just ENTER, you first hold down CTRL and SHIFT, and only then press ENTER. If you've done it correctly, you'll notice Excel puts curly brackets {} around the formula (though do not attempt to manually insert these yourself).
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  9. #9
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,463

    Re: Help on Formula Search, Find or Other one

    I believe upper solution from JeteMc doesnot work for the case : Company A and Luna0003
    Before start jumping in, I have one question: Is there any other case of "LunaXXXX"? .i,e "NewyearXXX?
    Quang PT

  10. #10
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,556

    Re: Help on Formula Search, Find or Other one

    Here is the file with the array entered formula applied.
    The formula identifies the three client/reference number combinations that Chevaleridulys mentions in post #5.
    Attached Files Attached Files

  11. #11
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,908

    Re: Help on Formula Search, Find or Other one

    Add wildcard "*":

    =IF(ISERROR(VLOOKUP("*"&I3&"*",C:C,1,FALSE)),"Non Exist","Exist")

  12. #12
    Registered User
    Join Date
    07-16-2020
    Location
    Lisbon
    MS-Off Ver
    Office 365
    Posts
    5

    Re: Help on Formula Search, Find or Other one

    Thank you all for your input. It works This is what I wanted. You are a great community

  13. #13
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,556

    Re: Help on Formula Search, Find or Other one

    You're Welcome and thank you for the feedback. Please take a moment to mark the thread as 'Solved' using the thread tools menu above your first post. I hope that you have a blessed day.

+ 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. Replies: 2
    Last Post: 10-09-2018, 09:31 AM
  2. FIND/SEARCH Formula Using an Array
    By ASPENCO in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-12-2016, 04:39 PM
  3. Formula to Find/Search more letters at once?
    By zeko90 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-26-2014, 07:59 AM
  4. How to use find or search formula mutiple condition?
    By Akatecho in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-04-2014, 09:26 AM
  5. search, find formula
    By sput_sput in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 10-17-2013, 06:44 AM
  6. Nested SEARCH or FIND formula query
    By SAsplin in forum Excel General
    Replies: 7
    Last Post: 07-15-2011, 06:00 AM
  7. Help with a formula for concatenate and search/find with 3 columns
    By Mel in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-07-2005, 06:06 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