#1   Report Post  
Derrick Robinson
 
Posts: n/a
Default Command

I created an advertising opportunity score sheet. When I arrive at the total
score I would like excel to display some words telling what the number means
in terms of advertising opportunity
Examples - If the total is any of the following the text should be displayed
below the score or beside the score.

..90 - 1.0 = extraordinary opportunity
..80 - .89 = excellent opportunity
..70 - .79 = very good
..60 - .69 = good
..50 - .59 = average opportunity
..40 - .49 = poor
,30 - .39 = very poor

I hope I am making sense.
Thank you

Derrick


  #2   Report Post  
Chip Pearson
 
Posts: n/a
Default

Take a look at the VLOOKUP function.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Derrick Robinson" wrote in message
news:C2ume.4604$zb.3814@trndny06...
I created an advertising opportunity score sheet. When I arrive
at the total score I would like excel to display some words
telling what the number means in terms of advertising
opportunity
Examples - If the total is any of the following the text should
be displayed below the score or beside the score.

.90 - 1.0 = extraordinary opportunity
.80 - .89 = excellent opportunity
.70 - .79 = very good
.60 - .69 = good
.50 - .59 = average opportunity
.40 - .49 = poor
,30 - .39 = very poor

I hope I am making sense.
Thank you

Derrick



  #3   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Here's one way.

Invert your table, get rid of the "-" and the "=" so that it looks like
this:

H1..........I1..........J1
0.3....... 0.39........ very poor
0.4....... 0.49........ poor
0.5....... 0.59........ average opportunity
0.6....... 0.69........ good
0.7....... 0.79........ very good
0.8....... 0.89........ excellent opportunity
0.9....... 1............. extraordinary opportunity

The table is in the range H1:J7.

Assume your total score is in cell A1. In B1 enter this formula:

=IF(OR(A1="",A1<0.3),"",VLOOKUP(A1,H1:J7,3,1))

Note: *any* score greater than 0.9 will return extraordinary opportunity.

Biff

"Derrick Robinson" wrote in message
news:C2ume.4604$zb.3814@trndny06...
I created an advertising opportunity score sheet. When I arrive at the
total score I would like excel to display some words telling what the
number means in terms of advertising opportunity
Examples - If the total is any of the following the text should be
displayed below the score or beside the score.

.90 - 1.0 = extraordinary opportunity
.80 - .89 = excellent opportunity
.70 - .79 = very good
.60 - .69 = good
.50 - .59 = average opportunity
.40 - .49 = poor
,30 - .39 = very poor

I hope I am making sense.
Thank you

Derrick



  #4   Report Post  
Derrick Robinson
 
Posts: n/a
Default

Thanks to Chip & Biff. Points taken
Derrick

"Biff" wrote in message
...
Hi!

Here's one way.

Invert your table, get rid of the "-" and the "=" so that it looks like
this:

H1..........I1..........J1
0.3....... 0.39........ very poor
0.4....... 0.49........ poor
0.5....... 0.59........ average opportunity
0.6....... 0.69........ good
0.7....... 0.79........ very good
0.8....... 0.89........ excellent opportunity
0.9....... 1............. extraordinary opportunity

The table is in the range H1:J7.

Assume your total score is in cell A1. In B1 enter this formula:

=IF(OR(A1="",A1<0.3),"",VLOOKUP(A1,H1:J7,3,1))

Note: *any* score greater than 0.9 will return extraordinary opportunity.

Biff

"Derrick Robinson" wrote in message
news:C2ume.4604$zb.3814@trndny06...
I created an advertising opportunity score sheet. When I arrive at the
total score I would like excel to display some words telling what the
number means in terms of advertising opportunity
Examples - If the total is any of the following the text should be
displayed below the score or beside the score.

.90 - 1.0 = extraordinary opportunity
.80 - .89 = excellent opportunity
.70 - .79 = very good
.60 - .69 = good
.50 - .59 = average opportunity
.40 - .49 = poor
,30 - .39 = very poor

I hope I am making sense.
Thank you

Derrick





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
Extract Command in Excel 1 Bethetsu Excel Discussion (Misc queries) 1 May 12th 05 02:19 PM
Why do Command Buttons get stacked after print preview? thall22963 New Users to Excel 1 April 5th 05 09:07 PM
Help requested for an Excel Toolbar command Deanl5 Excel Discussion (Misc queries) 2 January 17th 05 01:01 AM
command button in excel will move when print. [email protected] Excel Discussion (Misc queries) 1 December 29th 04 03:53 PM
canot remove command from FILE MENU EXCEL CUstomization Excel Discussion (Misc queries) 2 December 7th 04 01:10 AM


All times are GMT +1. The time now is 02:05 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"