#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Todd
 
Posts: n/a
Default FORMULA HELP

I'm trying to figure out a formula for a spreadsheet I have that involves
assigning an "overall" rating for results, based on a series of individual
results that I would input.

There are 5 individual results that will determine what the overall rating.
The 5 individual results categories and the rating each can be assigned a
- Productivity (rating of either "Meeting" or "Needs Development")
- Quality (rating of either "Meeting" or "Needs Development")
- Adjustments (rating of either "Meeting" or "Needs Development")
- Observations (rating of either "Meeting" or "Needs Development")
- Attendance (rating of either "Satisfactory" or "Unsatisfactory")

IF Attendance = "Unsatisfactory", then the Overall Rating = "Not Meeting"
IF Productivity and/or Quality and/or Adjustments and/or Observations =
"Needs Development" AND Attendance = "Satisfactory", then the Overall Rating
= "Needs Development"
IF Productivity and Quality and Adjustments and Observations = "Meeting" AND
"Attendance" = "Satisfactory", then the Overall Rating = "Meeting"

Is there a way for me to write this into a formula in Excel so the "Overall
Rating" would automatically be assigned, based on what I entered in the
individual rating fields?

Thanks.

Todd
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
davesexcel
 
Posts: n/a
Default FORMULA HELP


IF Attendance = "Unsatisfactory", then the Overall Rating = "Not
Meeting"
IF Productivity and/or Quality and/or Adjustments and/or Observations
=
"Needs Development" AND Attendance = "Satisfactory", then the Overall
Rating
= "Needs Development"
IF Productivity and Quality and Adjustments and Observations =
"Meeting" AND
"Attendance" = "Satisfactory", then the Overall Rating = "Meeting"


here's an example:

put this in sheet 2
you can make a list
column A
1
2
3
column B
Meeting
Needs Development
Satisfactory

in sheet 1
Cell B1 enter this formula
=IF(ISNA(VLOOKUP(A1,Sheet2!A1:B3,2,FALSE)),"",VLOO KUP(Sheet1!A1,Sheet2!A1:B3,2,FALSE))
in A1 enter 1 or 2 or 3

good luck


--
davesexcel


------------------------------------------------------------------------
davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708
View this thread: http://www.excelforum.com/showthread...hreadid=539724

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
2 Nesting questions Starchaser Excel Worksheet Functions 7 January 20th 06 06:53 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 04:47 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"