+ Reply to Thread
Results 1 to 6 of 6

Function IF problem to big

  1. #1
    Registered User
    Join Date
    03-06-2013
    Location
    Poland
    MS-Off Ver
    Excel 2007
    Posts
    2

    Exclamation Function IF problem to big

    Hi,
    I have cal like this

    2columns
    -id_engine
    -engine

    9000 rows

    Please Login or Register  to view this content.
    and i want in 1 column(id_engine) get same id(number) wchen in column(engine) is the same name

    I done form like this

    Please Login or Register  to view this content.
    But its too big becouse have 1720 rows

    Please help me

  2. #2
    Forum Contributor
    Join Date
    01-07-2013
    Location
    south africa
    MS-Off Ver
    Excel 2003-13
    Posts
    210

    Re: Function IF problem to big

    Hello
    Do you have the full MS Office on your PC or just Excel ?
    The simplest and quickest will be to copy your data into MS Access and to run a simple query on it :

    HTML Code: 
    This will list all unique values. You can re-copy to Excel and number them in sequence.

    Regards

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Function IF problem to big

    the MATCH function may be all you need:

    =MATCH(H2, $G$2:$G$1000, 0)
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  4. #4
    Registered User
    Join Date
    03-06-2013
    Location
    Poland
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Function IF problem to big

    Quote Originally Posted by hamjam View Post
    Hello
    Do you have the full MS Office on your PC or just Excel ?
    The simplest and quickest will be to copy your data into MS Access and to run a simple query on it :

    HTML Code: 
    This will list all unique values. You can re-copy to Excel and number them in sequence.

    Regards
    Unfortunatly its home/students edition :/

    Quote Originally Posted by JBeaucaire View Post
    the MATCH function may be all you need:

    =MATCH(H2, $G$2:$G$1000, 0)
    Not working excel 2007 and google spreadsheet

  5. #5
    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
    53,049

    Re: Function IF problem to big

    i would suggest you upload a sample work book, (all sensitive data removed), showing what data you are working with, a few examples of what your expected outcome is, and how you arrived at that
    To attach a file to your post,
    click advanced (next to quick post),
    scroll down until you see "manage file",
    click that and select "add files" (top right corner).
    click "select files" find your file, click "open" click "upload" click 'done" bottom right. click "submit reply"

    Once the upload is completed the file name will appear below the input boxes in this window.
    You can then close the window to return to the new post screen.
    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

  6. #6
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Function IF problem to big

    Match certainly works in all version of Excel. This isn't a Google Docs forum, so we won't be going into that. Definitely post a file if you can't get a simple MATCH to work, seems like it should.

+ 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