+ Reply to Thread
Results 1 to 2 of 2

Simple Vlookup?

  1. #1
    Registered User
    Join Date
    06-25-2008
    Posts
    22

    Simple Vlookup?

    Hello

    I have 2 columns

    in column a i have values that say Medicare, Blue Cross, or Commerical

    in column b i need a formula that will look at column A and if medicare exists it uses MB if its a BlueCross it will say BL and if commercial then a value of 12

    Im really new at this and any help would be greatly appreciated.

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885
    In column B use:

    =IF(A1="Medicare","MB",IF(A1="BlueCross","BL",IF(A1="Commercial",12,"")))

+ 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. Simple VLOOKUP...
    By compulsiveguile in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-16-2008, 09:10 AM
  2. Vlookup using two columns-needs to match the first two column
    By pduubb in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-01-2008, 01:21 PM
  3. A simple VLOOKUP question
    By shilock in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-01-2007, 03:07 PM
  4. Simple VLOOKUP question
    By magoobee in forum Excel General
    Replies: 2
    Last Post: 07-01-2007, 02:01 PM
  5. IF function, & VLookup
    By tomholden in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 05-18-2007, 07:27 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