Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
jk jk is offline
external usenet poster
 
Posts: 109
Default Conditional format between two cells

I have two columns D2 &E2 which one is for received date and the other for
due date. What would be the formula to compare if one date is greater than
the other date by 90 days? I have tried cell is and formula is between the
two dates in the columns but it does not come out.....what am i doing wrong
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Conditional format between two cells

=if(d2-e290, ...
=if(e2-d290, ...
or
=if(abs(e2-d2)90, ...

Depending one what you mean.

jk wrote:

I have two columns D2 &E2 which one is for received date and the other for
due date. What would be the formula to compare if one date is greater than
the other date by 90 days? I have tried cell is and formula is between the
two dates in the columns but it does not come out.....what am i doing wrong


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
jk jk is offline
external usenet poster
 
Posts: 109
Default Conditional format between two cells

Thanks Dave,
How about if i just need to have cell d2 highlight if the date is greater
than todays date?

"Dave Peterson" wrote:

=if(d2-e290, ...
=if(e2-d290, ...
or
=if(abs(e2-d2)90, ...

Depending one what you mean.

jk wrote:

I have two columns D2 &E2 which one is for received date and the other for
due date. What would be the formula to compare if one date is greater than
the other date by 90 days? I have tried cell is and formula is between the
two dates in the columns but it does not come out.....what am i doing wrong


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Conditional format between two cells

=d2today()
(For format|conditional formatting???)

or

=if(d2today(),"it is","nope")



jk wrote:

Thanks Dave,
How about if i just need to have cell d2 highlight if the date is greater
than todays date?

"Dave Peterson" wrote:

=if(d2-e290, ...
=if(e2-d290, ...
or
=if(abs(e2-d2)90, ...

Depending one what you mean.

jk wrote:

I have two columns D2 &E2 which one is for received date and the other for
due date. What would be the formula to compare if one date is greater than
the other date by 90 days? I have tried cell is and formula is between the
two dates in the columns but it does not come out.....what am i doing wrong


--

Dave Peterson


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.programming
jk jk is offline
external usenet poster
 
Posts: 109
Default Conditional format between two cells

I have entered into conditional formatting:
=d2today()90 with the highlight of yellow if condition true then i entered
the date 01/01/2006 into the cell but nothing happens.This formula was
entered into the first condition as formula is.....What could i being doing
wrong?


"Dave Peterson" wrote:

=d2today()
(For format|conditional formatting???)

or

=if(d2today(),"it is","nope")



jk wrote:

Thanks Dave,
How about if i just need to have cell d2 highlight if the date is greater
than todays date?

"Dave Peterson" wrote:

=if(d2-e290, ...
=if(e2-d290, ...
or
=if(abs(e2-d2)90, ...

Depending one what you mean.

jk wrote:

I have two columns D2 &E2 which one is for received date and the other for
due date. What would be the formula to compare if one date is greater than
the other date by 90 days? I have tried cell is and formula is between the
two dates in the columns but it does not come out.....what am i doing wrong

--

Dave Peterson


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Conditional format between two cells

=d2today()-90

or some variation????

jk wrote:

I have entered into conditional formatting:
=d2today()90 with the highlight of yellow if condition true then i entered
the date 01/01/2006 into the cell but nothing happens.This formula was
entered into the first condition as formula is.....What could i being doing
wrong?

"Dave Peterson" wrote:

=d2today()
(For format|conditional formatting???)

or

=if(d2today(),"it is","nope")



jk wrote:

Thanks Dave,
How about if i just need to have cell d2 highlight if the date is greater
than todays date?

"Dave Peterson" wrote:

=if(d2-e290, ...
=if(e2-d290, ...
or
=if(abs(e2-d2)90, ...

Depending one what you mean.

jk wrote:

I have two columns D2 &E2 which one is for received date and the other for
due date. What would be the formula to compare if one date is greater than
the other date by 90 days? I have tried cell is and formula is between the
two dates in the columns but it does not come out.....what am i doing wrong

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson
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 format cells with formula amos Excel Worksheet Functions 11 September 19th 07 12:10 AM
Conditional format for cells. Robin Chapple New Users to Excel 5 January 30th 07 07:01 PM
Conditional Format based on 3 other cells. Dtown Dawg Excel Discussion (Misc queries) 2 September 11th 06 10:39 PM
Conditional format to colour cells lunar1085 Excel Discussion (Misc queries) 1 January 19th 06 04:01 PM
Conditional Format Cells containing formula JB2005 Excel Programming 5 October 3rd 05 02:59 PM


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