Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm trying to create a conditional formula that will say true if the cell
contains a certain string of words and false if it doesn't. For example: If in cell A3 it says "yello" then true If in cell A3 it says "black" then false If in cell A3 it says "white" then false However, it gives me an error message; is it because I can only use numbers? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Select A3 and use Custom; ="yellow"
-- Regards Dave Hawley www.ozgrid.com "lz" wrote in message ... I'm trying to create a conditional formula that will say true if the cell contains a certain string of words and false if it doesn't. For example: If in cell A3 it says "yello" then true If in cell A3 it says "black" then false If in cell A3 it says "white" then false However, it gives me an error message; is it because I can only use numbers? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi lz,
In the cell you would like your True/False answer, put: =A3="yello" This should produce the result you need. Regards - Dave. "lz" wrote: I'm trying to create a conditional formula that will say true if the cell contains a certain string of words and false if it doesn't. For example: If in cell A3 it says "yello" then true If in cell A3 it says "black" then false If in cell A3 it says "white" then false However, it gives me an error message; is it because I can only use numbers? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Custom Formating Letters to Numbers while Displaying Letters | Excel Worksheet Functions | |||
How do I incorporate letters as numbers in a formula? | Excel Discussion (Misc queries) | |||
How do I convert numbers (quantities) en letters with a formula? | Excel Discussion (Misc queries) | |||
formula with letters and numbers | New Users to Excel | |||
How do I count letters and numbers in a formula? | Excel Worksheet Functions |