Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Conditional formatting with multiple formula

Hi all,

I have a simple spreadsheet with an invoice created column (H2), then
J2 is created with a formula for 30 days after (H2) date. With
conditional formatting i have made (H2) change to red when invoice is
overdue using formula =(J2-TODAY())<1. What i need to know is how to
make J2 change back to black when a date is entered into (K2) (invoice
paid) column

any help would be much appreciated, Thanks,

Steve
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 66
Default Conditional formatting with multiple formula

Hey Steve:

Try this formula in your conditional formatting:
=IF(ISBLANK(K2),(J2-TODAY())<1,"")
The formatting will only show red if this statement is true! So when you
have a date in K2, your fomat will revert to black.
Cheers
Trish

"HALL, Steve" wrote:

Hi all,

I have a simple spreadsheet with an invoice created column (H2), then
J2 is created with a formula for 30 days after (H2) date. With
conditional formatting i have made (H2) change to red when invoice is
overdue using formula =(J2-TODAY())<1. What i need to know is how to
make J2 change back to black when a date is entered into (K2) (invoice
paid) column

any help would be much appreciated, Thanks,

Steve

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Conditional formatting with multiple formula

Use

=AND(ISNUMBER(J2),J2-TODAY()<1)

as you formula for the condition you have, it will fail if J2 is blank, so
will not colour

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"HALL, Steve" wrote in message
...
Hi all,

I have a simple spreadsheet with an invoice created column (H2), then
J2 is created with a formula for 30 days after (H2) date. With
conditional formatting i have made (H2) change to red when invoice is
overdue using formula =(J2-TODAY())<1. What i need to know is how to
make J2 change back to black when a date is entered into (K2) (invoice
paid) column

any help would be much appreciated, Thanks,

Steve



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
Multiple Conditional Formatting Bec[_3_] Excel Discussion (Misc queries) 1 August 17th 07 07:40 AM
multiple conditional formatting Robin Krupp Excel Worksheet Functions 0 September 11th 06 04:13 PM
Why Not Conditional Formatting For Multiple Sheets? Mhz New Users to Excel 2 July 13th 06 01:27 PM
Multiple Criteria for Conditional Formatting Dave Y Excel Worksheet Functions 4 March 21st 06 06:38 PM
conditional formatting - multiple condition jenhow Excel Discussion (Misc queries) 5 August 17th 05 02:45 PM


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