+ Reply to Thread
Results 1 to 2 of 2

sum of a range of values based on count of occurrence of letter in range

  1. #1
    Registered User
    Join Date
    11-17-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    31

    Question sum of a range of values based on count of occurrence of letter in range

    My range of cells contains as below

    10,10,10,10,F.

    If my range of cells contain atleast one F ,then there should not be sum.
    Otherwise sum of the cells in the range should be happend

    I used

    =SUMIF(A1:E1,COUNTIF(A1:E1,"F")=0,A1:E1)

    But I didn't get the answer ....What is the error pls let me know.

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

    Re: sum of a range of values based on count of occurrence of letter in range

    =if(countif(a1:e1,"f"),"",sum(a1:e1))
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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