#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 390
Default Alert date

I got a Due date in Worksheet1 C3 and in worksheet2 C4 I would like it to
give me(Due) 30days before Worksheet1 C3 and (Past Due) after Worksheet1 C3
--
Bill
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 751
Default Alert date

=IF(TODAY()<=Sheet1!C3,IF(Sheet1!C3-TODAY()<=30,"Due",""),"Past Due")

HTH
Kostis Vezerides


Bill wrote:
I got a Due date in Worksheet1 C3 and in worksheet2 C4 I would like it to
give me(Due) 30days before Worksheet1 C3 and (Past Due) after Worksheet1 C3
--
Bill


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Alert date

In Sheet2 cell C4, put this formula

=IF(TODAY()Sheet1!C3,"Past due",IF(TODAY()Sheet1!C3-30,"Due",""))

Vaya con Dios,
Chuck, CABGx3



"Bill" wrote:

I got a Due date in Worksheet1 C3 and in worksheet2 C4 I would like it to
give me(Due) 30days before Worksheet1 C3 and (Past Due) after Worksheet1 C3
--
Bill

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Alert date



"Bill" wrote:

I got a Due date in Worksheet1 C3 and in worksheet2 C4 I would like it to
give me(Due) 30days before Worksheet1 C3 and (Past Due) after Worksheet1 C3
--
Bill

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Alert date

IN Sheet2, cell C4, put this formula

=IF(TODAY()Sheet1!C3,"Past due",IF(TODAY()Sheet1!C3-30,"Due",""))

Vaya con Dios,
Chuck, CABGx3



"Bill" wrote:

I got a Due date in Worksheet1 C3 and in worksheet2 C4 I would like it to
give me(Due) 30days before Worksheet1 C3 and (Past Due) after Worksheet1 C3
--
Bill



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 390
Default Alert date

Thanks, Very Much
--
Bill


"CLR" wrote:

IN Sheet2, cell C4, put this formula

=IF(TODAY()Sheet1!C3,"Past due",IF(TODAY()Sheet1!C3-30,"Due",""))

Vaya con Dios,
Chuck, CABGx3



"Bill" wrote:

I got a Due date in Worksheet1 C3 and in worksheet2 C4 I would like it to
give me(Due) 30days before Worksheet1 C3 and (Past Due) after Worksheet1 C3
--
Bill

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 594
Default Alert date

You're welcome...........sorry for the multi-posts........

Vaya con Dios,
Chuck, CABGx3


"Bill" wrote in message
...
Thanks, Very Much
--
Bill


"CLR" wrote:

IN Sheet2, cell C4, put this formula

=IF(TODAY()Sheet1!C3,"Past due",IF(TODAY()Sheet1!C3-30,"Due",""))

Vaya con Dios,
Chuck, CABGx3



"Bill" wrote:

I got a Due date in Worksheet1 C3 and in worksheet2 C4 I would like it

to
give me(Due) 30days before Worksheet1 C3 and (Past Due) after

Worksheet1 C3
--
Bill



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
Date format issue CindyLF1 New Users to Excel 3 June 12th 06 06:18 PM
Insert Automatic, Non-Updating Date Stamp Ken Zenachon Excel Discussion (Misc queries) 8 January 18th 06 06:52 PM
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
Another Date issue. TimM Excel Worksheet Functions 1 November 17th 05 01:58 AM
Cond Format: Expiry Date Alert ChrisTMI Excel Discussion (Misc queries) 4 November 4th 05 12:09 PM


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