+ Reply to Thread
Results 1 to 2 of 2

Need help formula

  1. #1
    Registered User
    Join Date
    03-23-2005
    Location
    Adelaide,Sth Australia
    Posts
    1

    Need help formula

    I have a spread sheet that is used to show dates that an employee has been assessed in his/her job.

    The sheet has 5 columns showing dates of assessment. The sixth column shows the date 6 months from the last assessment date. Is it possible to have a formula that updates the sixth column on adding new updated assessment date.

  2. #2
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    here is how I would do it

    =IF(MONTH(MAX(A4:E4))<7,DATE(YEAR(MAX(A4:E4)),MONTH(MAX(A4:E4))+6,DAY(MAX(A4:E4))),DATE(YEAR(MAX(A4:E4))+1,MONTH(MAX(A4:E4)-6),DAY(MAX(A4:E4))))

    if the assessments are in a4:e4
    not a professional, just trying to assist.....

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1