+ Reply to Thread
Results 1 to 5 of 5

problems with Date formula

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    08-14-2013
    Location
    LA Baby!!
    MS-Off Ver
    Excel 2007
    Posts
    1,598

    problems with Date formula

    Hello. I have 2011 in A1, January in B1....I tried to create date(A1,B1,1) but it returned a Value error. Why?

  2. #2
    Registered User
    Join Date
    05-25-2012
    Location
    Chennai,TamilNadu,India
    MS-Off Ver
    Excel 2003,2007,2010
    Posts
    61

    Re: problems with Date formula

    Try this formula
    =DATE(A1,LOOKUP(B1,{"January","February","March","April","May","June","July","August","September","October","November","December"},{1,2,3,4,5,6,7,8,9,10,11,12}),1)

  3. #3
    Registered User
    Join Date
    05-25-2012
    Location
    Chennai,TamilNadu,India
    MS-Off Ver
    Excel 2003,2007,2010
    Posts
    61

    Re: problems with Date formula

    Sorry the last formula has an issue. Try this one!
    =DATE(A1,MATCH(B1,{"January","February","March","April","May","June","July","August","September","October","November","December"},0),C1)

  4. #4
    Forum Contributor
    Join Date
    01-28-2014
    Location
    Turkey
    MS-Off Ver
    Excel 2013
    Posts
    159

    Re: problems with Date formula

    =(1&" "&B1&" "&A1)+0
    Cell format is date
    Last edited by Ali Kırksekiz; 04-13-2015 at 03:10 AM.

  5. #5
    Valued Forum Contributor
    Join Date
    04-12-2012
    Location
    India
    MS-Off Ver
    Excel 2007, 2010, 2013, 2016, 2019, Office 365, Google Spreadhsheet
    Posts
    640

    Re: problems with Date formula

    Hi Amma,

    As this is the same post for which you had just got an answer. So Kindly mark this thread as SOLVED.

    http://www.excelforum.com/excel-gene...ing-weird.html
    Thanks,
    Anil Dhawan


    Click *Add Reputation to say "Thanks" and don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved) if you are satisfied.

    Don't stop when you are tired. STOP when you are done!

+ 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. Replies: 6
    Last Post: 04-08-2014, 03:16 PM
  2. [SOLVED] Time and date formula problems
    By DABlaylock in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-06-2014, 10:47 PM
  3. Date and Time Formula problems
    By JakeMann in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-10-2013, 04:26 AM
  4. Replies: 0
    Last Post: 12-25-2011, 04:30 PM
  5. Date formula problems - Excel 2003
    By lembi2001 in forum Excel General
    Replies: 3
    Last Post: 04-14-2009, 11:46 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