PC Review


Reply
Thread Tools Rate Thread

How To Create a Value Based Upon The Contents of A List

 
 
jeb
Guest
Posts: n/a
 
      18th Feb 2009
Our company provides quarterly employee reviews.

What would be the best function to use in the following scenario:

We create (re-use) a monthly spreadsheet of employees, title, department,
main duties, & contact information.

We have a list of titles & departments (on a separate tab) divided by the
month that the title or department is due for review:
Column A:JANUARY
ADMINISTRATIVE ASSISTANTS
PAYROLL

Column B:
FEBRUARY
INTERNS
MARKETING

We want to add a column to the far left of the monthly spreadsheet so that
each employee has a cell to indicate if they are up for review.

Review? Name Title Department Duties Phone Email
R TEST PERSON ADMINISTRATIVE ASST. ADMINISTRATIVE DUTIES
x-1234 (E-Mail Removed)

Would an IF or VLOOKUP function be best for this?
 
Reply With Quote
 
 
 
 
Luke M
Guest
Posts: n/a
 
      18th Feb 2009
When you say, up for review, do you mean they should be reviewed if their job
title is under the current month (example for now would be February) heading
on sheet1?

=IF(ISNUMBER(MATCH(C33,INDEX(Sheet1!$A$2:$L$3,0,MONTH(TODAY()),1),0)),"R","")
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"jeb" wrote:

> Our company provides quarterly employee reviews.
>
> What would be the best function to use in the following scenario:
>
> We create (re-use) a monthly spreadsheet of employees, title, department,
> main duties, & contact information.
>
> We have a list of titles & departments (on a separate tab) divided by the
> month that the title or department is due for review:
> Column A:JANUARY
> ADMINISTRATIVE ASSISTANTS
> PAYROLL
>
> Column B:
> FEBRUARY
> INTERNS
> MARKETING
>
> We want to add a column to the far left of the monthly spreadsheet so that
> each employee has a cell to indicate if they are up for review.
>
> Review? Name Title Department Duties Phone Email
> R TEST PERSON ADMINISTRATIVE ASST. ADMINISTRATIVE DUTIES
> x-1234 (E-Mail Removed)
>
> Would an IF or VLOOKUP function be best for this?

 
Reply With Quote
 
jeb
Guest
Posts: n/a
 
      18th Feb 2009
Yes.
Tab 1(page 1) would have the employee's information.
Tab 2 (page 2) would have the review schedule. There would be 12 columns.
Each column would have titles & departments for review.

"Luke M" wrote:

> When you say, up for review, do you mean they should be reviewed if their job
> title is under the current month (example for now would be February) heading
> on sheet1?
>
> =IF(ISNUMBER(MATCH(C33,INDEX(Sheet1!$A$2:$L$3,0,MONTH(TODAY()),1),0)),"R","")
> --
> Best Regards,
>
> Luke M
> *Remember to click "yes" if this post helped you!*
>
>
> "jeb" wrote:
>
> > Our company provides quarterly employee reviews.
> >
> > What would be the best function to use in the following scenario:
> >
> > We create (re-use) a monthly spreadsheet of employees, title, department,
> > main duties, & contact information.
> >
> > We have a list of titles & departments (on a separate tab) divided by the
> > month that the title or department is due for review:
> > Column A:JANUARY
> > ADMINISTRATIVE ASSISTANTS
> > PAYROLL
> >
> > Column B:
> > FEBRUARY
> > INTERNS
> > MARKETING
> >
> > We want to add a column to the far left of the monthly spreadsheet so that
> > each employee has a cell to indicate if they are up for review.
> >
> > Review? Name Title Department Duties Phone Email
> > R TEST PERSON ADMINISTRATIVE ASST. ADMINISTRATIVE DUTIES
> > x-1234 (E-Mail Removed)
> >
> > Would an IF or VLOOKUP function be best for this?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Contents of one drop down list based on the contents of another li Joanne Microsoft Access Form Coding 2 26th Jan 2010 05:52 PM
Create filename based on cell contents =?Utf-8?B?SlIgSGVzdGVy?= Microsoft Excel Worksheet Functions 7 4th Apr 2007 11:34 PM
How to create a distribution list based on contents of a text file =?Utf-8?B?eWp3b25kZXI=?= Microsoft Outlook Contacts 1 9th Jan 2006 10:12 PM
Create filename based on cell contents Rudy W Microsoft Excel Programming 2 3rd Dec 2004 03:23 AM
Re: change drop down list contents based upon value from another list Doug Robbins Microsoft Word Document Management 0 2nd Aug 2004 08:16 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:35 AM.