+ Reply to Thread
Results 1 to 10 of 10

Compare two columns, text to date.

Hybrid View

  1. #1
    Registered User
    Join Date
    06-18-2009
    Location
    Atlanta, GA
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: Compare two columns, text to date.

    I did not see the paper clip, sorry for not paying attention. Thank you for your help
    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Compare two columns, text to date.

    A couple of alternatives:

    Note: First take the dot away from Jan. and Feb. in C33 and D33...

    In Summary!C34:

    =SUMPRODUCT(--(Active!$D$4:$D$200=$B34),--(TEXT(Active!$C$4:$C$200,"mmm")=C$33))+SUMPRODUCT(--(Cold!$D$4:$D$200=$B34),--(TEXT(Cold!$C$4:$C$200,"mmm")=C$33))+SUMPRODUCT(--(Wins!$D$4:$D$200=$B34),--(TEXT(Wins!$C$4:$C$200,"mmm")=C$33))+SUMPRODUCT(--(Sold!$D$4:$D$200=$B34),--(TEXT(Sold!$C$4:$C$200,"mmm")=C$33))+SUMPRODUCT(--(Lost!$D$4:$D$200=$B34),--(TEXT(Lost!$C$4:$C$200,"mmm")=C$33))+SUMPRODUCT(--(Dead!$D$4:$D$200=$B34),--(TEXT(Dead!$C$4:$C$200,"mmm")=C$33))
    copied down the table and across the columns

    A shorter version uses a free Addin function, downloaded from here: Morefunc.xll

    =SUMPRODUCT(--(THREED(Active:Dead!$D$4:$D$200)=$B34),--(TEXT(THREED(Active:Dead!$C$4:$C$200),"mmm")=C$33))
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    06-18-2009
    Location
    Atlanta, GA
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: Compare two columns, text to date.

    Thank you very much, you put a lot typing into this and it is a big success. If there is anything I can do for you let me know.
    Daniel

+ 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