#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default calculate days

What do you mean? You want to add 30 days to A1, or you want that date to
appear after 30 days?
Hi Bob
i don't want to add 30 days i need in b1 appear date after complition of 30
days from today.i dont want the date appear before 30 days or calculate by
adding 30 days.can it possible please help me
Thanks




  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default calculate days

Then in B1 put:

=if(a1+30<today(),"",a1+30)

Regards,
Fred.

"ADIB" wrote in message
...
What do you mean? You want to add 30 days to A1, or you want that date to
appear after 30 days?
Hi Bob
i don't want to add 30 days i need in b1 appear date after complition of
30
days from today.i dont want the date appear before 30 days or calculate by
adding 30 days.can it possible please help me
Thanks





  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 222
Default calculate days

Every time you open your sheet, the value of TODAY() gets update
to...well....today! As such, it is not appropriate to use for any kind of
timer.

You will have to insert an actual date somewhere on your sheet for the 30
day timer to start. You can have B1 set to show anything you want, but use
conditional formatting to suppress being able to SEE what is in that cell
until after that date has + 30 days has passed. Would that work for you?

--
"Actually, I *am* a rocket scientist." -- JB

Your feedback is appreciated, click YES if this post helped you.


"ADIB" wrote:

What do you mean? You want to add 30 days to A1, or you want that date to
appear after 30 days?
Hi Bob
i don't want to add 30 days i need in b1 appear date after complition of 30
days from today.i dont want the date appear before 30 days or calculate by
adding 30 days.can it possible please help me
Thanks




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
calculate days ADIB Excel Discussion (Misc queries) 3 February 16th 09 10:59 PM
Calculate days salman Excel Discussion (Misc queries) 4 June 3rd 08 05:59 PM
Calculate the Days migdad Excel Worksheet Functions 8 May 1st 06 12:53 AM
calculate days JR Excel Worksheet Functions 4 April 22nd 06 05:06 PM
HOW TO CALCULATE THE DAYS? Bel Excel Worksheet Functions 2 February 2nd 05 07:05 PM


All times are GMT +1. The time now is 12:36 PM.

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"