Assign Value to Words

curious723

New Member
Joined
Aug 9, 2011
Messages
3
Greetings,
I want to know how to assign a value to a word. Currently I have a drop down list that has the following info:

Complete-Green
In progress-Yellow
Not Started-Grey
At Risk- Red
I want to have a value associated with the items in the list, but I dont want the value shown in the cell.

Complete-Green- 3
In Progress- Yellow- 2
Not Started-Grey -2
At Risk- Red- -3

I know how to write the conditional statement for the colors however not sure how to place the value with out replacing the text with the number.

thanks in advance for your help.
Curious
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
You will need code to do this Where is the cell containig the data validation abd where should the result go?
 
Upvote 0
The information in the drop down boxes are in Cloumns E-L rows 8-41.
I want the information in the Check point Cell to sum the total of the rows.
 
Upvote 0
is it not posible to use a vlookup and the OR function in the CF? and then add helper columns to find the value of the text with vlookup.
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,730
Members
452,939
Latest member
WCrawford

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