+ Reply to Thread
Results 1 to 3 of 3

Formula to count the times two columns have data

Hybrid View

  1. #1
    Registered User
    Join Date
    02-05-2009
    Location
    Barcelona, Spain
    MS-Off Ver
    Excel 2003
    Posts
    2

    Formula to count the times two columns have data

    Hello all, I have what seems like a pretty simple problem. I have been all over the internet and the forum to find a formula that works, but nothing seems to work.

    I've attached a small screenshot of what I'm working with

    I just want to have a total of times there is both an x in column B and a number in column C. The total here would be two. Any help is much appreciated. Thanks in advance.

    Chris
    Attached Images Attached Images

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,454

    Re: Formula to count the times two columns have data

    Hi,

    Try this?

    =SUMPRODUCT((B:B="x")*(ISNUMBER(C:C)))
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

  3. #3
    Registered User
    Join Date
    02-05-2009
    Location
    Barcelona, Spain
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Formula to count the times two columns have data

    Works like a charm. Seems like I tried a very similar formula and it didn't work... I'm a bit confused but slightly more happy than before. Thanks!

    Chris

+ 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