+ Reply to Thread
Results 1 to 4 of 4

Date format in Excel for Windows & Mac

  1. #1
    Registered User
    Join Date
    02-15-2016
    Location
    Mumbai
    MS-Off Ver
    Excel 2010
    Posts
    3

    Date format in Excel for Windows & Mac

    Hi,

    I use Excel 2010 (Windows). My SUMIFS formula is working correctly on my computer. I send this file to my client who uses Excel for Mac 2011 and the formula does not work.

    The formula is =SUMIFS($H$2:$H$233,$B$2:$B$233,A4,$A$2:$A$233, ">"&"31/12/2014"). This is working correctly on my computer. It shows a number say 5 on my computer. On my client's computer, this shows a blank cell.

    Now, I know this problem is related to the date part in my SUMIFS formula because earlier when the formula was without the date range and date criteria, it was working correctly.

    I have tried using the 1904 date system in my excel, still the problem persists.

    What could the issue be? Could it be that I should try "12/31/2014" instead of "31/12/2014"?

    Thanks for your help.

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,751

    Re: Date format in Excel for Windows & Mac

    The date you have entered is seen as text and NOT a date

    try
    =SUMIFS($H$2:$H$233,$B$2:$B$233,A4,$A$2:$A$233, ">"&DATEVALUE("31/12/2014"))

    Now A4 criteria
    is also part of your daterange
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    02-15-2016
    Location
    Mumbai
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Date format in Excel for Windows & Mac

    Using the DATEVALUE() function solved the issue. The formula now works correctly on both my and my client's computer.
    Thanks a lot Wayne!

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,751

    Re: Date format in Excel for Windows & Mac

    your very welcome and thanks for the rep

+ 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. i have to convert the csv file date format to excel date format
    By arindamsenaxa in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-17-2015, 03:37 AM
  2. Date Format Of User PC Changes Display format date of Excel File after update
    By waihar in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-24-2014, 03:09 AM
  3. Excel 2013 not Working on Windows 8 (Date & Time)
    By edison in forum Excel General
    Replies: 11
    Last Post: 06-23-2013, 09:59 AM
  4. [SOLVED] Enable / Disable Macros behaving differently in Excel 2003 from Windows XP to Windows 7
    By TC1980 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-21-2013, 09:09 AM
  5. Replies: 5
    Last Post: 02-08-2013, 11:06 AM
  6. Not able to change date format into proper excel date format
    By excel5111987 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-18-2011, 08:19 AM
  7. [SOLVED] Excel 2000 date format cannot be set to Australian date format
    By Brian Jones in forum Excel General
    Replies: 1
    Last Post: 03-30-2005, 02:06 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