+ Reply to Thread
Results 1 to 3 of 3

Europe SUMPRODUCT Function

  1. #1
    Forum Contributor
    Join Date
    06-21-2006
    MS-Off Ver
    2007
    Posts
    141

    Europe SUMPRODUCT Function

    I have a workbook that I've developed here in the US for use in Europe. I'm having issues with one particular SUMPRODUCT function. In a sense, the file is a tracking log. The user can input dates in column B and select a persons name from a validation list in column D. For some reason the following function works fine in the US, but not for some users in Europe.
    Please Login or Register  to view this content.
    Data!$A$17 is the current year and $E$11 is the month.
    I assume that it could be due to the date format, but am not positive. The dates in column B are all formatted for Europe ("dd/mm/yyyy").

    Any ideas?
    Last edited by braydon16; 03-20-2012 at 06:48 PM.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Europe SUMPRODUCT Function

    TEXT function is region specific so may not work in some countries without adjustment, try using YEAR and MONTH, e.g.

    =SUMPRODUCT(--('Tracking Log'!$D$6:$D$5000=$C13),--(MONTH('Tracking Log'!$B$6:$B$5000)=MONTH($E$11)),--(YEAR('Tracking Log'!$B$6:$B$5000)=Data!$A$17))
    Audere est facere

  3. #3
    Forum Contributor
    Join Date
    06-21-2006
    MS-Off Ver
    2007
    Posts
    141

    Re: Europe SUMPRODUCT Function

    Thank you for the feedback and option...hopefully this corrects it! It works for me, but needs to be tested in Europe.

+ 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