+ Reply to Thread
Results 1 to 5 of 5

College Timeline

  1. #1
    Registered User
    Join Date
    07-16-2009
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    4

    College Timeline

    Hi everyone!

    I am attempting to map out my classes required for the next few years in order to obtain a college degree. Unfortunately, scheduling is a nightmare. What I want to do is have a list of classes that I need to take, and then paste a copy of those class names into a timeline. You can see what I mean by the example attached. For every class placed on the timeline, I would like the corresponding class in the list to change colors or something so I know I have scheduled it.

    I know a lot about excel, though I am entirely inexperienced once you start to approach macros, etc. What are my options?
    Attached Files Attached Files

  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

    Use conditional formatting

    On sheet2, highlight column A and type CLASSES into the Name Box (just to the left of the formula bar). You've just named that column CLASSES and can refer to it by that name in a CF formula.

    On sheet1, put in your complete list of classes. Highlight the complete class schedule (A3:A30 for instance), then click on FORMAT > CONDITIONAL FORMATTING

    Condition1: Formula Is: =ISNUMBER(MATCH($A3,Classes,0))
    Format...Pattern...Green

    No macro needed.

    http://www.mrexcel.com/forum/showthread.php?t=402938
    Last edited by JBeaucaire; 07-16-2009 at 02:16 AM.
    _________________
    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!)

  3. #3
    Registered User
    Join Date
    07-16-2009
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: College Timeline

    That would defiantly work in some instances. However, because of the sheer volume of classes I am required to complete for my major, the match function that you provided will only accommodate one class in its calculations. It would be difficult to generate 60 conditional formulas (which is not backwards compatible) on a list of classes that has potential to change.

    I will be a happy student if this can be figured out!

    Thank you for your previous suggestion. Any additional ideas?
    Last edited by kid1000002000; 07-16-2009 at 01:20 PM. Reason: clarification

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: College Timeline

    The formula that JB supplied will automatically change the color of any classes in your list which you have placed on your timeline, assuming that you set up your timeline within a single column (each semester beneath the previous). It would not require modification.
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

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

  5. #5
    Registered User
    Join Date
    07-16-2009
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: College Timeline

    Thanks ChemistB. I was trying to make the timeline horizontal, and not vertical like you had pointed out.

    If I wanted to reverse the orientation so that the timeline runs horizontal (with a seperate class list vertical), what modifications should I make?
    Last edited by kid1000002000; 07-16-2009 at 03:16 PM.

+ 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