+ Reply to Thread
Results 1 to 4 of 4

Calculate Count of Text in Blank Cells (Random Data)

  1. #1
    Registered User
    Join Date
    07-09-2013
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    38

    Calculate Count of Text in Blank Cells (Random Data)

    Data is like


    alkdjs
    sdlfkjas
    asldfkj
    adfljk

    What will be Formula Here to Count Above Cells with Text Value ??????

    asdlfkja
    asdldsfj

    It should Show As "2" When Formula is applied ?????? (Remember i don't have to apply formula in this cell only it should work for entire row)

    asdlfja
    dlkj
    sdkjflkjadsf
    asdlkj
    adlsfjk

    Count????



    Please help if data is like text instead of numbers what will be formula Desired result is Count of Cells with Value eg. 4,2,5

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Calculate Count of Text in Blank Cells (Random Data)

    Enter formula in B2 and copy down
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    v A B
    1
    2 alkdjs
    3 sdlfkjas
    4 asldfkj
    5 adfljk
    6 4
    7 asdlfkja
    8 asdldsfj
    9 2
    10 asdlfja
    11 dlkj
    12 sdkjflkjadsf
    13 asdlkj
    14 adlsfjk
    15 5
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,175

    Re: Calculate Count of Text in Blank Cells (Random Data)

    Or try this in B2 ...

    =IF((A2="")*(A1<>""),COUNTA($A$2:A2)-SUM($B$1:B1),"")
    Last edited by Phuocam; 06-09-2016 at 11:30 PM.

  4. #4
    Registered User
    Join Date
    07-09-2013
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    38

    Re: Calculate Count of Text in Blank Cells (Random Data)

    Used This one =+IFERROR(IF(A3="",COUNTA($A$2:A2)-SUM($E$2:E2),""),"Wrong") and Worked like a Charm Thanks a lot

+ 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. Count blank cells in a range and contiguous blank cells also as single cells! Tricky One!
    By SebastianColombia in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-31-2015, 02:32 PM
  2. How to count blank cells in data range
    By puttu in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-11-2013, 01:48 PM
  3. Need to count Blank cells instead of data cells in Pivot table
    By plb999 in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 11-19-2012, 09:01 PM
  4. Replies: 12
    Last Post: 09-17-2012, 01:03 PM
  5. [SOLVED] VBA to count cells with data between blank rows
    By Philcater in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-21-2012, 04:40 PM
  6. Counting data in non blank cells and exclude certain data from the count
    By JohnG73 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-04-2007, 04:08 PM
  7. Replies: 2
    Last Post: 01-26-2005, 06:06 PM

Tags for this Thread

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