Consulting

Results 1 to 2 of 2

Thread: Cell references

  1. #1
    VBAX Mentor
    Joined
    Aug 2011
    Posts
    353
    Location

    Cell references

    I have attached the spreadsheet i am working with. In column e, as you can see there is a list of broker codes. I would like to insert a column between E and F that contains the entire broker name. For example, in cell E2, AOCP exists. In a new column, i would like to display Angel Oak Capital Partners. So is there a macro that basically says when AOCP exists, write Angel Oak Capital Partners in the next cell?

    Thanks,
    Katherine
    Attached Files Attached Files

  2. #2
    VBAX Sage
    Joined
    Apr 2007
    Location
    United States
    Posts
    8,728
    Location
    If it does not need to be a macro, a simple 'decode' table and VLookup() would work

    Paul
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •