Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Nikki
 
Posts: n/a
Default Custom Formatting

I want to format a row to change background color if a cell in the row says
PD10/ 05. But it won't always say 05- how can I make a generic for that in
an equation.
I tried "pd10/ **" but it didn't like that. Is there a way to do this?
--
Thanks,
Nikki
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Nikki
 
Posts: n/a
Default Custom Formatting

Thank you- I knew I had used something to do this before- I was just drawing
a blank. thanks again
--
Thanks,
Nikki


"Gary''s Student" wrote:

Use conditional formatting with equation is:

=AND((LEN(A1)=8),(LEFT(A1,6)="PD10/ "))

This will be true if the first 6 characters match your pattern and the total
length is 8 characters (which covers your ** condition)
--
Gary's Student


"Nikki" wrote:

I want to format a row to change background color if a cell in the row says
PD10/ 05. But it won't always say 05- how can I make a generic for that in
an equation.
I tried "pd10/ **" but it didn't like that. Is there a way to do this?
--
Thanks,
Nikki

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student
 
Posts: n/a
Default Custom Formatting

You are very welcome
--
Gary''s Student


"Nikki" wrote:

Thank you- I knew I had used something to do this before- I was just drawing
a blank. thanks again
--
Thanks,
Nikki


"Gary''s Student" wrote:

Use conditional formatting with equation is:

=AND((LEN(A1)=8),(LEFT(A1,6)="PD10/ "))

This will be true if the first 6 characters match your pattern and the total
length is 8 characters (which covers your ** condition)
--
Gary's Student


"Nikki" wrote:

I want to format a row to change background color if a cell in the row says
PD10/ 05. But it won't always say 05- how can I make a generic for that in
an equation.
I tried "pd10/ **" but it didn't like that. Is there a way to do this?
--
Thanks,
Nikki

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
Custom Formatting For Multiple Currency Symbols Strong Eagle Excel Discussion (Misc queries) 0 February 9th 06 03:59 AM
make custom formatting permanent simha Excel Worksheet Functions 1 November 15th 05 11:29 PM
Custom Formatting for Dates nastech Excel Discussion (Misc queries) 7 November 14th 05 09:23 AM
Custom charts - default formatting tomjohns Charts and Charting in Excel 2 September 19th 05 01:34 PM
Custom formatting to force a decimal place Mike K Excel Discussion (Misc queries) 3 July 31st 05 10:56 AM


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