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

hi to all
I have filed like,
file no., Client's name, subject, attended by, Re.work,Start Dt, Complection
Dt.,Remarks, Bill

I want to create condition if, Completion Dt. is over it should change the
colour of that row with background automatically. and when i write
"Completion" in remarks field it should change to normal.

and one more thing if bill filed is blank it should create list of that data
into new worksheet.

Thanks in advance.

Tiya


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,120
Default Conditional Formatting work automatically

Use conditional formatting (FormatConditional Formatting)

Select all row, let's assume they start at 2

In CF, change Condition1 to Formula IS and add a formula of

=AND(G2<TODAY(),H2<"Completion")

then click Format, select the pattern tab, and choose a colour

--
HTH

Bob Phillips

"Tiya" wrote in message
...
hi to all
I have filed like,
file no., Client's name, subject, attended by, Re.work,Start Dt,

Complection
Dt.,Remarks, Bill

I want to create condition if, Completion Dt. is over it should change the
colour of that row with background automatically. and when i write
"Completion" in remarks field it should change to normal.

and one more thing if bill filed is blank it should create list of that

data
into new worksheet.

Thanks in advance.

Tiya




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 44
Default Conditional Formatting work automatically

Thanks Bob Philips for your replay but

When i type the formula given by you it applied to all rows some how it's
not working E.G.

1. If date is more than todays date it also change the colour
2. It work with only first column only when i type Completion in "h Column"
it should remove format form that particular row

pls help me.

Thanks

Tiya

"Bob Phillips" wrote:

Use conditional formatting (FormatConditional Formatting)

Select all row, let's assume they start at 2

In CF, change Condition1 to Formula IS and add a formula of

=AND(G2<TODAY(),H2<"Completion")

then click Format, select the pattern tab, and choose a colour

--
HTH

Bob Phillips

"Tiya" wrote in message
...
hi to all
I have filed like,
file no., Client's name, subject, attended by, Re.work,Start Dt,

Complection
Dt.,Remarks, Bill

I want to create condition if, Completion Dt. is over it should change the
colour of that row with background automatically. and when i write
"Completion" in remarks field it should change to normal.

and one more thing if bill filed is blank it should create list of that

data
into new worksheet.

Thanks in advance.

Tiya





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Conditional Formatting work automatically

My mistake, it should be

=AND($G2<TODAY(),$H2<"Completion")

change the G to your date column and the H to your Remarks column


--

HTH

RP
(remove nothere from the email address if mailing direct)


"Tiya" wrote in message
...
Thanks Bob Philips for your replay but

When i type the formula given by you it applied to all rows some how it's
not working E.G.

1. If date is more than todays date it also change the colour
2. It work with only first column only when i type Completion in "h

Column"
it should remove format form that particular row

pls help me.

Thanks

Tiya

"Bob Phillips" wrote:

Use conditional formatting (FormatConditional Formatting)

Select all row, let's assume they start at 2

In CF, change Condition1 to Formula IS and add a formula of

=AND(G2<TODAY(),H2<"Completion")

then click Format, select the pattern tab, and choose a colour

--
HTH

Bob Phillips

"Tiya" wrote in message
...
hi to all
I have filed like,
file no., Client's name, subject, attended by, Re.work,Start Dt,

Complection
Dt.,Remarks, Bill

I want to create condition if, Completion Dt. is over it should change

the
colour of that row with background automatically. and when i write
"Completion" in remarks field it should change to normal.

and one more thing if bill filed is blank it should create list of

that
data
into new worksheet.

Thanks in advance.

Tiya







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 Formatting - Not all colors work? PSS New Users to Excel 1 April 18th 08 11:49 PM
Will Conditional Formatting work? Lisa Excel Worksheet Functions 6 September 7th 07 03:04 PM
Will Conditional Formatting work? jennjenn Excel Worksheet Functions 2 August 1st 07 05:40 PM
Locate duplicates in a work book by using conditional formatting Pchris Excel Worksheet Functions 0 August 3rd 06 07:17 AM
Conditional Formatting Work around? John Excel Worksheet Functions 2 October 29th 04 08:10 AM


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