+ Reply to Thread
Results 1 to 5 of 5

Recognizing Populated Cell, Using It To Populate Another

  1. #1
    Registered User
    Join Date
    05-13-2009
    Location
    melrose, nb
    MS-Off Ver
    Excel 2003
    Posts
    32

    Recognizing Populated Cell, Using It To Populate Another

    Hi,

    I have a spreadsheet that documents staff training. Certain combinations of training qualify them for different levels of responsibility. I would like to set up my table so that it populates the levels of responsibility based on what is entered in the course columns.

    For example, lets say there are 20 different courses (columns A through T). Columns U through Z are the levels of responsibility (U could be squad boss, V could be commander, X could be division supervisor). Now let's say if you have course A, B, C you are a squad boss (or "Yes" under "U"). If you have A, B and F you are "Commander" or "Yes" under "V".

    Right now under columns A through T it is populated with things like "x08" or "x11" symbolizing "2008" or "2011". Basically I'm wondering if a formula can tell it to populate columns U through Z with a "Yes" pending the combinations in A through T? I assume it's some sort of "if/then" statment.

    Thoughts?

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Recognizing Populated Cell, Using It To Populate Another

    Something like:
    =IF(AND(A2<>"",B2<>"",F2<>""),"Yes","") for Col V (Commander)

  3. #3
    Registered User
    Join Date
    05-13-2009
    Location
    melrose, nb
    MS-Off Ver
    Excel 2003
    Posts
    32

    Re: Recognizing Populated Cell, Using It To Populate Another

    Quote Originally Posted by Cutter View Post
    Something like:
    =IF(AND(A2<>"",B2<>"",F2<>""),"Yes","") for Col V (Commander)
    Thanks! That looks like like it worked!

  4. #4
    Registered User
    Join Date
    05-13-2009
    Location
    melrose, nb
    MS-Off Ver
    Excel 2003
    Posts
    32

    Re: Recognizing Populated Cell, Using It To Populate Another

    That formula worked, so here's a twist: can I have a separate worksheet with the positions listed on it and formulae referencing the first worksheet?

  5. #5
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Recognizing Populated Cell, Using It To Populate Another

    Yes, you can.

+ 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