Formula

snap.lc

New Member
Joined
Mar 30, 2011
Messages
6
Hello

Can anyone assist me

I want you show text in a cell that relates to a value from another cell

for example

If a value from 1 to 67 is displayed in cell A1 - i would like cell A2 to show a text

something like this ..... 67% in cell A1 Poor in Cell A2

I am using excel 97 any assistance will be appreciated.

Thanks

Les
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Hello,
Welcome to the Message Board!

Here is an example of the LOOKUP() function. I find the function when used in this fashion below is very handy.


A1 has the percentage

=LOOKUP(A1,{0.67,0.75,0.85,0.95},{"Poor","Low","Medium","High"})
 
Upvote 0
Is there going to be more to it?
Like
1-67 = Poor
68-75 = Fair
76-85 = Good
86-95 = Very Good
96+ = Excellent

Something like that?

If so build yourself a table to show the relationship, then use a lookup formula.
Something like this

Hope it helps

Excel Workbook
ABCDE
174%Fair1%Poor
268%Fair
376%Good
486%Very Good
596%Excellent
Sheet2
 
Upvote 0

Forum statistics

Threads
1,224,599
Messages
6,179,827
Members
452,946
Latest member
JoseDavid

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top