+ Reply to Thread
Results 1 to 3 of 3

Need grace in the data validation

  1. #1
    Registered User
    Join Date
    07-10-2017
    Location
    PUNE, INDIA
    MS-Off Ver
    2013
    Posts
    8

    Need grace in the data validation

    Hello,
    I have attached one validation file where i am entering data month wise.
    I have added a data validation so that user can enter current month data only. I added data validation formula like "=MONTH(TODAY())=7". I want 15 days grace in this so that user can enter data till 15th of next month.

    I also added conditional formatting like "=MONTH(TODAY())<>7", color gray, so that all other month except current month turns to gray. Here also need 15 days grace.

    Please help me on this.
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,911

    Re: Need grace in the data validation

    Change "=MONTH(TODAY())=7" to "=OR(MONTH(TODAY())=7,MONTH(TODAY()-15)=7)".

    Change "=MONTH(TODAY())<>7" to "=AND(MONTH(TODAY())<>7,MONTH(TODAY()-15)<>7)".

  3. #3
    Registered User
    Join Date
    07-10-2017
    Location
    PUNE, INDIA
    MS-Off Ver
    2013
    Posts
    8

    Re: Need grace in the data validation

    Thank you @Phuocam.. It is working.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. solving the grace period formula
    By gerard_gonzales33 in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 03-08-2018, 02:08 AM
  2. Loan amortization with grace period
    By marj0909 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-02-2016, 02:17 PM
  3. Superscript the grace marks problem
    By mukeshbaviskar in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-23-2014, 11:06 PM
  4. Loam Amortization With Grace Period
    By sphinx in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-13-2007, 07:30 PM
  5. [SOLVED] Need an excel amortization schedule formula with a grace period
    By Grace period formula in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM
  6. Need an excel amortization schedule formula with a grace period
    By Grace period formula in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 AM
  7. [SOLVED] Need an excel amortization schedule formula with a grace period
    By Grace period formula in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 PM

Tags for this Thread

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