+ Reply to Thread
Results 1 to 4 of 4

Condition meet this number of range

  1. #1
    Registered User
    Join Date
    07-04-2021
    Location
    Singapore
    MS-Off Ver
    Excel 2016
    Posts
    10

    Exclamation Condition meet this number of range

    Hi i got some problem faced in excel
    i want to use this
    IPM602 as a condition where if it meet a condition then it display the company name else display other company name

    IM602 is HTPORTS

    So i wan meet a condition with a range of number if 1 of the number match it display the name

    here the company name i have put
    HTPORTS
    CALLLADE
    SEAFRONT
    H SYSTEM
    INDONSHIP
    GKE
    HOYSAN
    H SYSTEM
    HUATIONG
    HUATIONGA

    Number range start from IPM601 - IPM997

    make a simple test excel
    Last edited by excel202; 07-05-2021 at 12:46 AM.

  2. #2
    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,956

    Re: Condition meet this number of range

    You dont really give us much to go on. I suggest that you upload a sample (dummy) file showing what you have, and what you want. Instructions for uploading a file are in the yellow banner above.
    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

  3. #3
    Registered User
    Join Date
    07-04-2021
    Location
    Singapore
    MS-Off Ver
    Excel 2016
    Posts
    10

    Re: Condition meet this number of range

    Make a test excel

    and make a range of data i want it to list the company name if possible
    Attached Files Attached Files

  4. #4
    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,956

    Re: Condition meet this number of range

    You can use this formula, where the search criteria is hard coded...
    =VLOOKUP("imp602",$A$2:$B$61,2,0)

    or use this 1 where the search criteria is entered into it's own cell (I used F3)...
    =VLOOKUP(F3,$A$2:$B$61,2,0)

+ 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. Formula to sum values in a range that meet certain condition
    By alchavar in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-29-2020, 09:20 PM
  2. Replies: 2
    Last Post: 09-02-2017, 09:30 PM
  3. [SOLVED] Find first cell meet a condition within a range
    By kingi in forum Excel General
    Replies: 6
    Last Post: 01-07-2015, 08:20 PM
  4. Replies: 12
    Last Post: 09-02-2014, 02:07 PM
  5. Count unique values within a range that meet a specific condition
    By CSS in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 06-24-2013, 02:00 PM
  6. [SOLVED] count number of cells which meet a particular condition for an individual
    By rohit43 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-18-2013, 11:20 AM
  7. [SOLVED] Counting cells that fall in a date range AND meet a Yes/No condition
    By pentatonic145 in forum Excel General
    Replies: 2
    Last Post: 05-01-2012, 04:26 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