Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 273
Default How Do I Check To See Id A Character Is Present In A Cell

Greetings

This is an easy one, I just cant remember what the command is!!!

I need to see if a certain character is present in a range of cells.
I will be using Conditional Formatting on the cells in question. The
character is the plus sign (+).

Any help would be appreciated.

TIA

-Minitman


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default How Do I Check To See Id A Character Is Present In A Cell

If you want the formula for CF, try

=NOT(ISERROR(FIND("+",A1)))

bu this won't work if the + is in a formula

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Minitman" wrote in message
...
Greetings

This is an easy one, I just cant remember what the command is!!!

I need to see if a certain character is present in a range of cells.
I will be using Conditional Formatting on the cells in question. The
character is the plus sign (+).

Any help would be appreciated.

TIA

-Minitman




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default How Do I Check To See Id A Character Is Present In A Cell

Hi
one way:
=COUNTIF(A1:A100,"+")0

--
Regards
Frank Kabel
Frankfurt, Germany


Minitman wrote:
Greetings

This is an easy one, I just cant remember what the command is!!!

I need to see if a certain character is present in a range of cells.
I will be using Conditional Formatting on the cells in question. The
character is the plus sign (+).

Any help would be appreciated.

TIA

-Minitman


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default How Do I Check To See Id A Character Is Present In A Cell

=COUNTIF(A1:A100,"*+*")0

might be a suggested expansion (if there will be more text than just the
plus sign)

This assumes you are looking at the displayed text and not the formula.

--
Regards,
Tom Ogilvy

"Frank Kabel" wrote in message
...
Hi
one way:
=COUNTIF(A1:A100,"+")0

--
Regards
Frank Kabel
Frankfurt, Germany


Minitman wrote:
Greetings

This is an easy one, I just cant remember what the command is!!!

I need to see if a certain character is present in a range of cells.
I will be using Conditional Formatting on the cells in question. The
character is the plus sign (+).

Any help would be appreciated.

TIA

-Minitman




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 273
Default How Do I Check To See Id A Character Is Present In A Cell

Hey Tom,

Thank you all for the assistance, that is just what I was looking for.

-Minitman



On Sun, 23 May 2004 09:59:14 -0400, "Tom Ogilvy"
wrote:

=COUNTIF(A1:A100,"*+*")0

might be a suggested expansion (if there will be more text than just the
plus sign)

This assumes you are looking at the displayed text and not the formula.

--
Regards,
Tom Ogilvy

"Frank Kabel" wrote in message
...
Hi
one way:
=COUNTIF(A1:A100,"+")0

--
Regards
Frank Kabel
Frankfurt, Germany


Minitman wrote:
Greetings

This is an easy one, I just cant remember what the command is!!!

I need to see if a certain character is present in a range of cells.
I will be using Conditional Formatting on the cells in question. The
character is the plus sign (+).

Any help would be appreciated.

TIA

-Minitman




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
Any way to check for duplicate character patterns in a cell? johnmerlino Excel Discussion (Misc queries) 1 November 9th 10 03:38 AM
How do I evaluate whether a character is present in a cell? Crash Excel Worksheet Functions 4 November 29th 09 04:40 AM
Spell check / character cell limit Suzanne Excel Discussion (Misc queries) 2 July 17th 07 08:38 PM
formula to check Cell value within specific character TA Excel Discussion (Misc queries) 2 February 12th 07 05:46 PM
Display characters present after a specific character [email protected] Excel Discussion (Misc queries) 3 December 11th 06 03:08 AM


All times are GMT +1. The time now is 12:01 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"