+ Reply to Thread
Results 1 to 5 of 5

Wildcard search for IF command

  1. #1
    Forum Contributor
    Join Date
    03-30-2007
    Location
    London, UK
    MS-Off Ver
    Microsoft Office 2007
    Posts
    317

    Wildcard search for IF command

    Hi guys,

    I am having real trouble using the IF command in conjunction with the SEARCH function.

    I have a validation drop down list which contain all of the cost codes that I have to use for budgeting purposes. Some of the codes have a higher rate of pay then others and i need to be able to use a an IF command to check the code.

    The problem I am having is some of the cods are similar the only difference is that there is a number on the end. For example: BAC10, BAC20, BAC30. What I wanted to know how can I use a wildcard that will only look for the BAC.

    Below is the formula I have but it is only half working.
    Please Login or Register  to view this content.
    Now this works fine as long as the budget code has BAC in it and it will show the correct rate. However if I use the cost code@ ABC, I get an error: "VALUE#". So for some reason the last part of the VLOOKUP isn't working.

    What am I doing wrong?
    Best Regards.

    Michael
    -----------------------------------
    Windows Vista, Microsoft Office 2007

  2. #2
    Forum Contributor EdMac's Avatar
    Join Date
    01-23-2006
    Location
    Exeter, UK
    MS-Off Ver
    2003
    Posts
    1,264
    H Michael

    What about this as an alternative

    Please Login or Register  to view this content.
    Regards
    Ed
    _____________________________
    Always learning, but never enough!
    _____________________________

  3. #3
    Forum Contributor
    Join Date
    06-03-2008
    Posts
    387
    The Search function returns the location of a string, not whether the string exists. So, what you want to do is surround the code with iserror. Iserror returns true if there's an error or false if there's not.

    Please Login or Register  to view this content.
    This code will search for BAC, if it finds it then it will go to the false part of the formula:

    Please Login or Register  to view this content.
    If it doesn't find it, then it will go to the true part of the if statement:

    Please Login or Register  to view this content.
    You can take it a step farther by searching for "abc", then you would do this:

    Please Login or Register  to view this content.

  4. #4
    Forum Contributor
    Join Date
    03-30-2007
    Location
    London, UK
    MS-Off Ver
    Microsoft Office 2007
    Posts
    317

    Thumbs up

    Thanks guys for your help I really appreciate it. Both methods work really well and I have tried them both so thanks again for the various methods of achieving my goal.

    @ yawnzzzz

    Thank you for your very descriptive answer and for breaking it down for me to have a better understanding of the formula, that was really helpful.

    Again thanks to you both.

  5. #5
    Forum Contributor EdMac's Avatar
    Join Date
    01-23-2006
    Location
    Exeter, UK
    MS-Off Ver
    2003
    Posts
    1,264
    Thanks for the feedbacK

    Regards

+ 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