+ Reply to Thread
Results 1 to 7 of 7

Easy Question

  1. #1
    Registered User
    Join Date
    11-28-2006
    Posts
    15

    Easy Question

    In B colom

    GENESIS MIN 1,6 MC , 73/78 , DI
    GENESIS TR V HC , 65/70
    GENESIS TR V HC , 65/70
    PANO PLUS TR V HMC , 65/70
    PANO PLUS TR V HMC , 65/70
    GENESIS PBX 1,6 , 70 , DI
    GENESIS PBX 1,6 , 70 , DI


    i want to do if "HMC" in the row right it HMC in C colom ..

  2. #2
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Please Login or Register  to view this content.
    HTH
    Carim

  3. #3
    Registered User
    Join Date
    11-28-2006
    Posts
    15
    I want to change my question
    i have some code numbers like
    100
    200
    300
    400

    i want to do.
    if formule see 100 then write HMC
    if see 200 then write MC
    and its go on.

    how can i do it ?

  4. #4
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by chantage
    I want to change my question
    i have some code numbers like
    100
    200
    300
    400

    i want to do.
    if formule see 100 then write HMC
    if see 200 then write MC
    and its go on.

    how can i do it ?
    Hi,

    If this is a list of more than 5 then a Lookup table will be easiest.

    Set up a list of numbers in (Say) Sheet2!A1 onwards
    then the corresponding display in the B column.

    then

    =VLookup(A1,Sheet2!A1:B99,2,False)

    will show the desired results etc.

    Let me know how you go.
    ---
    Si fractum non sit, noli id reficere.

  5. #5
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Glad the formula I sent you was the correct answer to an easy question ...

    As a rule, in this forum, for the benefit of all, a new question means a new thread ...
    Meanwhile ...
    Regarding your second question ( which is even easier than the first one )create a table with all possible equivalents, then use VLOOKUP() function ...
    press F1 for help and for simple examples ...


    HTH
    Carim

  6. #6
    Registered User
    Join Date
    11-28-2006
    Posts
    15
    Bryan Hessey thank you, i did it like it ...

    Thanks so much.

  7. #7
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by chantage
    Bryan Hessey thank you, i did it like it ...

    Thanks so much.
    chantage,

    good to see it works for you, and thanks for the response.

    ---

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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