#1   Report Post  
Grant
 
Posts: n/a
Default Date Calculation

I import some data that gives me a date field that looks like this
"8/3/2005" in column A. I need a formula that will calculate how many days
are left until this field is 30 days old based on the date. This is an
invoice date and I have thirty days to file a claim for any descrapancies. I
would like to know how many days I have left.

T.I.A.



  #2   Report Post  
FSt1
 
Posts: n/a
Default

hi
try something llike this....
=(a2+30)-TODAY()

regards
FSt1

"Grant" wrote:

I import some data that gives me a date field that looks like this
"8/3/2005" in column A. I need a formula that will calculate how many days
are left until this field is 30 days old based on the date. This is an
invoice date and I have thirty days to file a claim for any descrapancies. I
would like to know how many days I have left.

T.I.A.




  #3   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

If the dates are true excel dates (numeric) then just add 30 days

=A1+30

Where A1 holds the date



--
Regards,

Peo Sjoblom

(No private emails please)


"Grant" wrote in message
...
I import some data that gives me a date field that looks like this
"8/3/2005" in column A. I need a formula that will calculate how many days
are left until this field is 30 days old based on the date. This is an
invoice date and I have thirty days to file a claim for any descrapancies.
I would like to know how many days I have left.

T.I.A.




  #4   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

Sorry, didn't see the countdown part, use

=(A1+30)-TODAY()

--
Regards,

Peo Sjoblom

(No private emails please)


"Peo Sjoblom" wrote in message
...
If the dates are true excel dates (numeric) then just add 30 days

=A1+30

Where A1 holds the date



--
Regards,

Peo Sjoblom

(No private emails please)


"Grant" wrote in message
...
I import some data that gives me a date field that looks like this
"8/3/2005" in column A. I need a formula that will calculate how many days
are left until this field is 30 days old based on the date. This is an
invoice date and I have thirty days to file a claim for any descrapancies.
I would like to know how many days I have left.

T.I.A.





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

Try a formula of =MAX(0,A2+30-TODAY())

--

HTH

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


"Grant" wrote in message
...
I import some data that gives me a date field that looks like this
"8/3/2005" in column A. I need a formula that will calculate how many days
are left until this field is 30 days old based on the date. This is an
invoice date and I have thirty days to file a claim for any descrapancies.

I
would like to know how many days I have left.

T.I.A.







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 Range and calculation vgreen Excel Worksheet Functions 2 August 23rd 05 11:08 AM
search for latest date Sue Excel Worksheet Functions 2 August 2nd 05 11:09 PM
Due Date Calculation? Randy New Users to Excel 11 July 14th 05 07:44 PM
Date calculation USCBrad Excel Worksheet Functions 3 June 21st 05 04:03 PM
Date Calculation Mukund Excel Worksheet Functions 3 January 11th 05 11:29 AM


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