+ Reply to Thread
Results 1 to 3 of 3

Count Cells with Text that are Adjacent to Cells with Text

  1. #1
    Registered User
    Join Date
    06-04-2015
    Location
    Denver, CO
    MS-Off Ver
    2013
    Posts
    2

    Count Cells with Text that are Adjacent to Cells with Text

    Hi, I am trying to count cells with text that are adjacent that also contain text. I do not want it to count if the adjacent cell is blank.

    Basically, every time a filled cell touches another filled cell I want to count that. Is this possible?

    Example Data:

    Column A: Column B: Column C: Column D:
    Row 2: Week 1 Week 2 Week 3 Count
    Row 3: Yes Yes 1
    Row 4: Yes 0
    Row 5: Yes Yes Yes 2


    Thanks!

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Count Cells with Text that are Adjacent to Cells with Text

    Perhaps

    =COUNTIFS(A2:C2,"<>",B2:D2,"<>")

  3. #3
    Registered User
    Join Date
    06-04-2015
    Location
    Denver, CO
    MS-Off Ver
    2013
    Posts
    2

    Re: Count Cells with Text that are Adjacent to Cells with Text

    Thank you, I tried that but it is counting all cells with text including cells next to blank cells. I need it to only count cells with text that are next to other cells with text.

+ 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. Replies: 11
    Last Post: 04-30-2015, 05:35 PM
  2. Replies: 2
    Last Post: 09-07-2013, 07:50 PM
  3. Formula needed for dividing 2 sets of cells and excluding adjacent text cells
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-07-2013, 06:45 PM
  4. [SOLVED] Formula needed to only count total cells entered and not count adjacent text entered cells
    By excelteam777 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-07-2013, 06:22 PM
  5. [SOLVED] Splitting text from one cell into separate text fragments, Located in adjacent cells
    By onsid in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-15-2013, 08:32 PM

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