+ Reply to Thread
Results 1 to 3 of 3

Formula help

  1. #1
    Registered User
    Join Date
    09-03-2006
    Posts
    5

    Formula help

    A B C D E
    Date Type Customer Stock # Model
    8/28/2006 CT S Thundathil 70172A Silverado
    9/1/2006 NC Kieran Egana 60861 Cobalt
    9/1/2006 UT Julieann Dovey 61010A1 Silverado
    9/1/2006 UT William Dovey 61148A Silverado
    9/1/2006 NT Shayla Gilbert 70155 Tahoe
    9/1/2006 NT Gayle Ellenburg 61238 Silverado
    9/1/2006 UT Bilie Downs 60902B Truck
    9/1/2006 UC Harvey Flowers P4428A Cobalt

    I want to the total number of column B that equals NT and column E that equals Silverado what would the formula be.

    Thanks

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Hi,

    I had a column F so you might need to amend.

    But the below will count how many times the pair match "NT" & "Silverado"

    =SUMPRODUCT(--($B$2:$B$100="NT")*($F$2:$F$100="Silverado"))

    VBA Noob

  3. #3
    Registered User
    Join Date
    09-03-2006
    Posts
    5
    Worked

    Thanks

+ 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