Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Jimbob
 
Posts: n/a
Default How do I check the conditions of 2 fields to return a result

I am using conditional formatting in excel to highlight dates in a
spreadsheet column that are 28 days old from the current date.

I am usning the formula =A1+28<=Today() which works fine.

I now want to be able to check the condition of a second field before the
first date field is highlighted as overdue.

ie if cell A1 date is greater than or equal to 28 days and cell B1 is empty
then highlight cell A1

Any ideas anyone?


  #2   Report Post  
SJ McAbney
 
Posts: n/a
Default

Use the AND() function in your Conditional Formatting expression.
  #3   Report Post  
Jimbobn
 
Posts: n/a
Default

My apologies I am somewhat of a novice to excel formulas

Would I therefore add the And funtion on the end of the date funtion ie:

Condition1

Formula is =A1+28<=Today() AND =B1=Null()


"SJ McAbney" wrote:

Use the AND() function in your Conditional Formatting expression.

  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default

=AND(B1="",A1+28<=TODAY())

or maybe

=AND(LEN(B1)=0,A1+28<=TODAY())

--

HTH

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


"Jimbobn" wrote in message
...
My apologies I am somewhat of a novice to excel formulas

Would I therefore add the And funtion on the end of the date funtion ie:

Condition1

Formula is =A1+28<=Today() AND =B1=Null()


"SJ McAbney" wrote:

Use the AND() function in your Conditional Formatting expression.



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
Pivot Table Zero Value jcliquidtension Excel Discussion (Misc queries) 12 January 13th 05 04:21 AM


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