Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
TA TA is offline
external usenet poster
 
Posts: 7
Default formula to check Cell value within specific character

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default formula to check Cell value within specific character

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,718
Default formula to check Cell value within specific character

=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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using an offset formula for the reference in a relative reference Cuda Excel Worksheet Functions 6 November 15th 06 05:12 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
HOW to COUNT THE FREQUENCY of specific CHARACTER WITHIN a CELL? Shooting Star Excel Discussion (Misc queries) 1 February 22nd 05 10:15 PM


All times are GMT +1. The time now is 04:54 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"