A Microsoft Excel forum. ExcelBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » ExcelBanter forum » Excel Newsgroups » Excel Discussion (Misc queries)
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Problems with static dd/mm and rolling year



 
 
Thread Tools Display Modes
  #1  
Old August 17th 12, 09:58 AM
JoAsh JoAsh is offline
Junior Member
 
First recorded activity by ExcelBanter: Aug 2012
Posts: 1
Wink Problems with static dd/mm and rolling year

Hi!

Im currently trying to create a database for work to flag up documents which are due for review each year. The IF statements are all working for this system but the one thing which is creating problems is that I cant seem to find the correct formula to show the review date (Which is an annual static dd/mm each year) but have the year part automatically rolling over to the current year.

This is probably a really silly question but I can't seem to find an answer anywhere on the net!

Thanks in advance! x
Ads
  #2  
Old August 17th 12, 03:15 PM posted to microsoft.public.excel.misc
joeu2004[_2_]
external usenet poster
 
Posts: 637
Default Problems with static dd/mm and rolling year

"JoAsh" > wrote:
> Im currently trying to create a database for work to flag up documents
> which are due for review each year. The IF statements are all working
> for this system but the one thing which is creating problems is that I
> cant seem to find the correct formula to show the review date (Which is
> an annual static dd/mm each year) but have the year part automatically
> rolling over to the current year.


When you ask questions like this, you need to give us some details to work
if you want a turnkey solution. Cell references; cell contents. How you
determine the review year. How you determine dd and mm: in cells;
hardcoded?

If the last review year is a number in A1, perhaps =DATE(A1+1,3,15) will
work to specify a next review date of March 15 one year later.

Alternatively, if you just want "next year", perhaps
=DATE(YEAR(TODAY()),3,15).

If you cannot adapt either form to solve your specific problem, post a reply
with some details.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
rolling year attendance J Parrott Excel Worksheet Functions 2 April 18th 07 04:52 AM
Rolling Year Tim Halpin (BV) Excel Discussion (Misc queries) 2 March 5th 07 12:07 PM
Rolling year Marilyn Excel Discussion (Misc queries) 2 June 18th 06 03:11 AM
Rolling Year in Excel JJC Excel Discussion (Misc queries) 0 June 8th 05 11:21 PM
rolling year in excel JJC Excel Worksheet Functions 1 June 8th 05 12:36 AM


All times are GMT +1. The time now is 03:39 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2004-2013 ExcelBanter.
The comments are property of their posters.