Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Mike Carpenter
 
Posts: n/a
Default Copy contents to cell based on value in second cell

I have 5 ranking for evaulations: "Failed", "Poor", "Satisfactory", "Good",
and "Excellent". Depedning on the results of a calculation, I want to have
the ranking displayed in a cell.
Example:
Ranking of 1-50 = Failed
Ranking of 51-65 = Poor
Ranking of 66-75 = Satisfactory
Ranking of 76-90 = Good
Ranking 90 = Excellent.

How do I do this in Excel?
  #2   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey
 
Posts: n/a
Default Copy contents to cell based on value in second cell

One way:

=LOOKUP(A1,{0,"Failed"; 50.1,"Poor"; 65.1,"Satisfactory";
75.1,"Good"; 90.1,"Excellent"})

In article ,
Mike Carpenter <Mike wrote:

I have 5 ranking for evaulations: "Failed", "Poor", "Satisfactory", "Good",
and "Excellent". Depedning on the results of a calculation, I want to have
the ranking displayed in a cell.
Example:
Ranking of 1-50 = Failed
Ranking of 51-65 = Poor
Ranking of 66-75 = Satisfactory
Ranking of 76-90 = Good
Ranking 90 = Excellent.

How do I do this in Excel?

  #3   Report Post  
Posted to microsoft.public.excel.misc
Mike Carpenter
 
Posts: n/a
Default Copy contents to cell based on value in second cell

Tried that, no matter was in cell, result was "Excellent"...

"JE McGimpsey" wrote:

One way:

=LOOKUP(A1,{0,"Failed"; 50.1,"Poor"; 65.1,"Satisfactory";
75.1,"Good"; 90.1,"Excellent"})

In article ,
Mike Carpenter <Mike wrote:

I have 5 ranking for evaulations: "Failed", "Poor", "Satisfactory", "Good",
and "Excellent". Depedning on the results of a calculation, I want to have
the ranking displayed in a cell.
Example:
Ranking of 1-50 = Failed
Ranking of 51-65 = Poor
Ranking of 66-75 = Satisfactory
Ranking of 76-90 = Good
Ranking 90 = Excellent.

How do I do this in Excel?


  #4   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey
 
Posts: n/a
Default Copy contents to cell based on value in second cell

Do you have your calculations set to automatic
(Tools/Options/Calculation)?

Works fine here...

In article ,
Mike Carpenter wrote:

Tried that, no matter was in cell, result was "Excellent"...

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
How do I conditionally delete rows based on cell contents? John Chan Excel Worksheet Functions 3 May 17th 23 03:45 AM
Reference Data Range based on cell contents PCLIVE Charts and Charting in Excel 0 February 27th 06 03:01 PM
how to copy cell contents from one workseet to another worksheet? James Excel Discussion (Misc queries) 1 January 21st 06 09:12 PM
need to Copy or Move to active cell from specified range kaream Excel Discussion (Misc queries) 2 December 14th 05 08:12 AM
How to Copy the value of a cell to any given cell Memphis Excel Discussion (Misc queries) 4 October 21st 05 08:29 PM


All times are GMT +1. The time now is 03:54 AM.

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

About Us

"It's about Microsoft Excel"