+ Reply to Thread
Results 1 to 8 of 8

Too many IF statements, anyway I can consolidate?

  1. #1
    Registered User
    Join Date
    04-14-2010
    Location
    Ohio
    MS-Off Ver
    Excel 2007
    Posts
    10

    Too many IF statements, anyway I can consolidate?

    I have code that looks at thousands of lines, but because there are so many IF statements, it takes a long time to process one line. Anyway I can consolidate?

    Please Login or Register  to view this content.

  2. #2
    Valued Forum Contributor blane245's Avatar
    Join Date
    02-20-2009
    Location
    Melbourne, FL
    MS-Off Ver
    Excel 2010
    Posts
    649

    Re: Too many IF statements, anyway I can consolidate?

    A simple way to speed this up would be to change the End If/If sequences to ElseIf. That way the If tests will stop executing on the the first match. If your data has lots of "Others" then put that test first.
    Bob
    Click my star if my answer helped you. Mark the thread as [SOLVED] if it has been.

  3. #3
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Too many IF statements, anyway I can consolidate?

    thesolution,

    Give this a try:
    Please Login or Register  to view this content.
    Hope that helps,
    ~tigeravatar

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  4. #4
    Registered User
    Join Date
    04-14-2010
    Location
    Ohio
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: Too many IF statements, anyway I can consolidate?

    Tiger: I just attempted to try your method. Everything is coming up as "other". Do you think the compare function is looking to see if all the items in the string match one data point? That would explain why everything is classified as "other".

    Blane: Trying your method now...

  5. #5
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Too many IF statements, anyway I can consolidate?

    thesolution,

    Attached is an example workbook based on the criteria you described. It contains a button labelled "Classify Items" which is assigned to this macro:
    Please Login or Register  to view this content.


    When I run it, it provides the intended results.
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    04-14-2010
    Location
    Ohio
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: Too many IF statements, anyway I can consolidate?

    I attached an example of the data I am looking at. I see it works perfectly on yours, so I'm not sure why it's not working when I put the code in.

    tiger example.xlsm

  7. #7
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Too many IF statements, anyway I can consolidate?

    thesolution,

    Attached is amodified version of your posted workbook. Altered the code to suit. It now provides expected results:
    Please Login or Register  to view this content.
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    04-14-2010
    Location
    Ohio
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: Too many IF statements, anyway I can consolidate?

    Wow thank you so much! It works perfectly now!

+ 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