Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to set up a condtional formula that if I would enter a word like star
I would get a numercial result in the cell next to it like number 55, If I type the word finsih in the same cell I would get a result 95 can this be done? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Only 2 values, just use
=IF(A2="star",55,if(A2="finish",95,"")) if more values use a vlookup formula -- Regards, Peo Sjoblom http://nwexcelsolutions.com "abe" wrote in message ... I want to set up a condtional formula that if I would enter a word like star I would get a numercial result in the cell next to it like number 55, If I type the word finsih in the same cell I would get a result 95 can this be done? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional formating with TEXT | Excel Discussion (Misc queries) | |||
Coping text using Formulas - | Excel Discussion (Misc queries) | |||
text and numbers same cell and formulas still work (like lotus) | Excel Worksheet Functions | |||
Highlighting text using conditional formatting | Excel Discussion (Misc queries) | |||
Adding text in formulas | Excel Worksheet Functions |