Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
any formula to check cell value within a range of character
e.g. the cell value is either one of the character e.g "A" or "D" or "G" or "Z" thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How about something like this:
=IF(OR(A1="A",A1="D",A1="G",A1="Z"),action_if_true ,action_if_false) ? Hope this helps. Pete On Feb 12, 5:38 pm, TA wrote: any formula to check cell value within a range of character e.g. the cell value is either one of the character e.g "A" or "D" or "G" or "Z" thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(OR(A1={"A","D","G","Z"}),"within a range","no")
"TA" wrote: any formula to check cell value within a range of character e.g. the cell value is either one of the character e.g "A" or "D" or "G" or "Z" thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using an offset formula for the reference in a relative reference | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Possible Lookup Table | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
HOW to COUNT THE FREQUENCY of specific CHARACTER WITHIN a CELL? | Excel Discussion (Misc queries) |