Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 79
Default ASSESSMENT FORMULA

Hello

I am trying to do an assessment for the employee
based on the assessment total we r taking into consideration the
raise
What i need is to display those text whenever this number is shown in
the total average

A1=(1-1.7) B1=UNSATISFACTORY
A2=(1.8-2.5) B2= NEEDS IMPROVEMENT
A3= (2.6-3.4) B3= MEETS EXPECTATION

A10= TOTAL AVERAGE EXAMPLE : 2.5
I NEED A FORMULA THAT WRITES FOR ME = NEEDS IMPROVEMENT


THANK YOU IN ADVANCE
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 208
Default ASSESSMENT FORMULA

set your spreadsheet up as follows:

a1 = 0
a2 = 1.7
a3 = 1.8
a4 = 2.5


b1 = Unsatisfactory
b2 = Unsatisfactory
b3 = Needs Improv...
b4 = Meets Exp...


assuming your average is in cell A10... =VLOOKUP(A10,$A$1:$B$4,2,1)
this will return the value you're looking for.

On Jun 12, 8:51 am, Tia wrote:
Hello

I am trying to do an assessment for the employee
based on the assessment total we r taking into consideration the
raise
What i need is to display those text whenever this number is shown in
the total average

A1=(1-1.7) B1=UNSATISFACTORY
A2=(1.8-2.5) B2= NEEDS IMPROVEMENT
A3= (2.6-3.4) B3= MEETS EXPECTATION

A10= TOTAL AVERAGE EXAMPLE : 2.5
I NEED A FORMULA THAT WRITES FOR ME = NEEDS IMPROVEMENT

THANK YOU IN ADVANCE


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 202
Default ASSESSMENT FORMULA

=IF(A10<=1.7,"UNSATISFACTORY",IF(A10<=2.5,"NEEDS IMPROVEMENT","MEETS
EXPECTATION"))

"Tia" wrote:

Hello

I am trying to do an assessment for the employee
based on the assessment total we r taking into consideration the
raise
What i need is to display those text whenever this number is shown in
the total average

A1=(1-1.7) B1=UNSATISFACTORY
A2=(1.8-2.5) B2= NEEDS IMPROVEMENT
A3= (2.6-3.4) B3= MEETS EXPECTATION

A10= TOTAL AVERAGE EXAMPLE : 2.5
I NEED A FORMULA THAT WRITES FOR ME = NEEDS IMPROVEMENT


THANK YOU IN ADVANCE

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
Possible questions on assessment test Richard Champlin Excel Discussion (Misc queries) 1 March 18th 08 10:40 PM
Assessment Worksheet japc90 Excel Discussion (Misc queries) 1 January 17th 08 08:11 AM
employee assessment test mctwist Excel Discussion (Misc queries) 2 August 2nd 06 05:21 PM
Point Assessment Calc? jolver Excel Discussion (Misc queries) 0 January 14th 06 02:24 AM
Capacity Assessment NG Excel Discussion (Misc queries) 0 January 21st 05 10:41 PM


All times are GMT +1. The time now is 10:57 AM.

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"