+ Reply to Thread
Results 1 to 3 of 3

SUM Formula that considers specific Text

  1. #1
    Registered User
    Join Date
    05-14-2014
    MS-Off Ver
    Excel 2010
    Posts
    3

    SUM Formula that considers specific Text

    Looking for a sum function that counts rows, however when a row is to be deleted in the future it will not be actually deleted. A comment is added in a comments column that will say 'DELETED'. This needs to be reflected in the count ie the count should drop when a row is deleted in this way.

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: SUM Formula that considers specific Text

    Try

    =COUNTA(A:A)-COUNTIF(A:A,"Deleted")

    where Column A contains your data. Adapt for your data range
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    05-14-2014
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: SUM Formula that considers specific Text

    Works perfect and thank you for your fast response.

+ 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: 3
    Last Post: 02-16-2013, 06:10 PM
  2. [SOLVED] Need formula to enter specific text if a column contains other specific text
    By sugarmags74 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-05-2012, 12:09 AM
  3. [SOLVED] Formula with specific text that inserts value from BESIDE cell with specific text.
    By jtmann in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-13-2012, 09:24 AM
  4. Replies: 3
    Last Post: 06-20-2012, 07:16 AM
  5. Excel considers my formulas as plain text
    By Kimmo Kallio in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 07-03-2006, 10:40 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