![]() |
| 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. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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
|
|||
|
|||
|
"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 | |
|
|
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 |