+ Reply to Thread
Results 1 to 3 of 3

Show days of current month in evaluation drop down

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    04-16-2014
    Location
    Witbank, SA
    MS-Off Ver
    Excel 2013
    Posts
    268

    Show days of current month in evaluation drop down

    Good afternoon,

    Could someone please help me with formulae that will "refresh" the days in a dropdown list (evaluation), as the months change. Only the days for the current month must display in the drop down menus. Thank you very much..

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Show days of current month in evaluation drop down

    1 way could be to create a list of current month in a column(let's say B) using these formulas.

    In B1

    Formula: copy to clipboard
    =EOMONTH(TODAY(),-1)+1


    In B2 and copy down until to see blank cell plus(+)1 blank cell.

    Formula: copy to clipboard
    =IFERROR(IF(B1+1>EOMONTH(TODAY(),0),"",B1+1),"")


    Use this list for your data validation.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Contributor
    Join Date
    04-16-2014
    Location
    Witbank, SA
    MS-Off Ver
    Excel 2013
    Posts
    268

    Re: Show days of current month in evaluation drop down

    Sweet!!..thank you Fotis1991

+ 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. [SOLVED] Determine work days in current month or next month based on day of the month
    By sbrnard in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 05-29-2014, 05:14 PM
  2. [SOLVED] calculate No. of days between two date WITHIN A CURRENT MONTH
    By peteryt in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 03-16-2014, 10:53 AM
  3. Show days in a month dynamically + working days
    By vemix in forum Excel General
    Replies: 5
    Last Post: 12-28-2012, 07:54 AM
  4. [SOLVED] How many days left in the current month
    By lumberjim in forum Excel General
    Replies: 24
    Last Post: 11-12-2012, 03:25 PM
  5. counting working days in current month
    By firefiend in forum Excel General
    Replies: 5
    Last Post: 06-14-2007, 11:05 AM

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