+ Reply to Thread
Results 1 to 2 of 2

Could Someone Tell me whats wrong with this

  1. #1
    Registered User
    Join Date
    03-01-2016
    Location
    Everett Wa
    MS-Off Ver
    2016
    Posts
    3

    Could Someone Tell me whats wrong with this

    Hello I have the following formula

    =IF(ISNA(VLOOKUP(C6,'Medicare Crossover Directory'!A1:G14401,7,FALSE)),"Send David This Alpha Please",VLOOKUP(C6,'Medicare Crossover Directory'!A2:G9370,7,FALSE))


    The issue I am having is that the alpha are not in abc order on the medicare crossover directory. I need it to read every row no matter what order. Is there an easier way to make this happen.


    Thanks
    Last edited by jaedfamly; 03-01-2016 at 11:37 PM.

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

    Re: Could Someone Tell me whats wrong with this

    This can possibly shortened to:

    =IFERROR(VLOOKUP(C6,'Medicare Crossover Directory'!A1:G14401,7,FALSE)),"Send David This Alpha Please"))

    VLOOKUP does not need the date sorted when you are using FALSE in the 4th parameter.
    _________________
    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!)

+ 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. [SOLVED] Help with forumula (if possible)
    By dreds42 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 07-10-2015, 11:24 AM
  2. Replies: 6
    Last Post: 03-12-2014, 12:16 PM
  3. Forumula for MAX
    By SAFCliam in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-24-2013, 10:53 AM
  4. 2 If's Forumula
    By Labl in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 04-28-2013, 02:37 PM
  5. need help with a forumula
    By Robtastic in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 08-20-2012, 05:11 AM
  6. Forumula??
    By jyche14 in forum Excel General
    Replies: 2
    Last Post: 05-26-2011, 01:24 PM
  7. IF forumula !!!
    By CJDJ in forum Excel General
    Replies: 1
    Last Post: 03-05-2008, 02:09 AM

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