Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Conditional formating


I have many text strings. Some of them ended with specific substring
For example:

novotna
novak*ova*
sered*ova*
jouda

I would like to have cell to go ret color, when string ended t
substring "ova".
In my case, it match strings "novakova" and "seredova".

I think, that conditional formating of cell have to be use. I don
know, which wild-card have to be
use before substring "ova". I think, something like "*ova" ?

Thanks
Satuch

--
satuch
-----------------------------------------------------------------------
satucha's Profile: http://www.excelforum.com/member.php...fo&userid=2662
View this thread: http://www.excelforum.com/showthread.php?threadid=39897

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 74
Default Conditional formating

Hi satucha

In stead of "Cell Value Is" select "Formula is"

For Cell 'C4' use
=(RIGHT(C4;3)="ova")

Good luck,

Wouter

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Conditional formating


Hello, I was looking for something like this and ive just tried that an
it didn't work but if you change it to =(RIGHT(C4,3)="ova") then i
works.

Notice the semi colon has been changed.

Thanks for putting me in the right direction though!

--
johncassel
-----------------------------------------------------------------------
johncassell's Profile: http://www.excelforum.com/member.php...fo&userid=2501
View this thread: http://www.excelforum.com/showthread.php?threadid=39897

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,071
Default Conditional formating

Whether one uses a comma or a semicolon depends on the regional setting
of the computer.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions

In article ,
says...

Hello, I was looking for something like this and ive just tried that and
it didn't work but if you change it to =(RIGHT(C4,3)="ova") then it
works.

Notice the semi colon has been changed.

Thanks for putting me in the right direction though!!


--
johncassell
------------------------------------------------------------------------
johncassell's Profile:
http://www.excelforum.com/member.php...o&userid=25016
View this thread: http://www.excelforum.com/showthread...hreadid=398972


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
Conditional Formating Kath Excel Worksheet Functions 6 January 7th 09 08:13 PM
Conditional formating Yquem1991 Excel Discussion (Misc queries) 3 November 11th 08 09:08 PM
If(And for Conditional Formating Ronbo Excel Worksheet Functions 4 January 19th 06 03:16 AM
Install dates formating using conditional formating? Jerry Eggleston Excel Discussion (Misc queries) 2 November 9th 05 05:49 PM
Conditional Formating George Excel Worksheet Functions 1 July 26th 05 09:33 PM


All times are GMT +1. The time now is 03:56 PM.

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

About Us

"It's about Microsoft Excel"