Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I need to write a formula which will search a range of cells containing dates
and if any of those is greater than todays date less 21 days, then return the text "not due". This is for a customer data base which has home page showing all customers, and subsequent pages for indvidual customers. As contact dates are added for each customer on their own sheets, then the home page should show if they are due (or overdue) for a call |
#2
![]() |
|||
|
|||
![]()
=IF(MAX(rng)(TODAY()-21),"not due","due")
-- HTH RP (remove nothere from the email address if mailing direct) "JG" wrote in message ... I need to write a formula which will search a range of cells containing dates and if any of those is greater than todays date less 21 days, then return the text "not due". This is for a customer data base which has home page showing all customers, and subsequent pages for indvidual customers. As contact dates are added for each customer on their own sheets, then the home page should show if they are due (or overdue) for a call |
#3
![]() |
|||
|
|||
![]()
Thanks Bob, I should have said that I need the formula to indentify
individual named sheets, ie Smith. How do include that please. "Bob Phillips" wrote: =IF(MAX(rng)(TODAY()-21),"not due","due") -- HTH RP (remove nothere from the email address if mailing direct) "JG" wrote in message ... I need to write a formula which will search a range of cells containing dates and if any of those is greater than todays date less 21 days, then return the text "not due". This is for a customer data base which has home page showing all customers, and subsequent pages for indvidual customers. As contact dates are added for each customer on their own sheets, then the home page should show if they are due (or overdue) for a call |
#4
![]() |
|||
|
|||
![]()
=IF(MAX(Smith!rng)(TODAY()-21),"not due","due")
-- HTH RP (remove nothere from the email address if mailing direct) "JG" wrote in message ... Thanks Bob, I should have said that I need the formula to indentify individual named sheets, ie Smith. How do include that please. "Bob Phillips" wrote: =IF(MAX(rng)(TODAY()-21),"not due","due") -- HTH RP (remove nothere from the email address if mailing direct) "JG" wrote in message ... I need to write a formula which will search a range of cells containing dates and if any of those is greater than todays date less 21 days, then return the text "not due". This is for a customer data base which has home page showing all customers, and subsequent pages for indvidual customers. As contact dates are added for each customer on their own sheets, then the home page should show if they are due (or overdue) for a call |
#5
![]() |
|||
|
|||
![]()
Thanks Bob,
It worked fine Cheers Jim "Bob Phillips" wrote: =IF(MAX(Smith!rng)(TODAY()-21),"not due","due") -- HTH RP (remove nothere from the email address if mailing direct) "JG" wrote in message ... Thanks Bob, I should have said that I need the formula to indentify individual named sheets, ie Smith. How do include that please. "Bob Phillips" wrote: =IF(MAX(rng)(TODAY()-21),"not due","due") -- HTH RP (remove nothere from the email address if mailing direct) "JG" wrote in message ... I need to write a formula which will search a range of cells containing dates and if any of those is greater than todays date less 21 days, then return the text "not due". This is for a customer data base which has home page showing all customers, and subsequent pages for indvidual customers. As contact dates are added for each customer on their own sheets, then the home page should show if they are due (or overdue) for a call |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count the number of dates in a range that are earlier than today. | Excel Worksheet Functions | |||
How do I get Excell to sort dates that range from 1800 to 1900's | New Users to Excel | |||
Find number of days between to dates | Excel Worksheet Functions | |||
Sum between a range of dates | Excel Worksheet Functions | |||
Use MATCH to find position of max in 2D range? | Excel Worksheet Functions |