+ Reply to Thread
Results 1 to 2 of 2

Sum a series of cells, but only count up to 2 in each cell

  1. #1
    Registered User
    Join Date
    06-12-2017
    Location
    USA
    MS-Off Ver
    2007-2016
    Posts
    14

    Question Sum a series of cells, but only count up to 2 in each cell

    Hi,

    I have a series of cells, let's say A1:C10. Each cell reads between 1 and 5. I have two needs for the cells. I need the individual cells to be able to count up to 5, however I want the totals column in column D to only total up to 2 for each cell. So in D1, the formula needs to sum for A1:C1, but only to a maximum of 6, split to a maximum of 2 for A1, B1, and C1. However I need A1, B1, and C1 to be able to read any number.

    Thanks in advance for any help.

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

    Re: Sum a series of cells, but only count up to 2 in each cell

    Try

    =SUM(COUNTIF(A1:C1,{">0",">1"}))

+ 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. protecting a cell and series of cells
    By bhoy j in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 07-30-2014, 08:19 AM
  2. [SOLVED] If a series of cells contain text, then copy another cell
    By Calamity in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-28-2013, 01:30 AM
  3. If a series of cells contain a specific letter, then copy another cell
    By Calamity in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-17-2013, 12:34 PM
  4. =SERIES and charts (adding two cells in a series formula)
    By benmmaddog in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-11-2013, 09:52 PM
  5. [SOLVED] How to check if a cell is part of a series of cells (not a neat ra
    By JeKaRe in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-21-2006, 02:30 PM
  6. [SOLVED] incrementing a series of cells based on a value in another cell
    By mikeod in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-14-2005, 04:45 PM
  7. [SOLVED] how to save/copy data in cell to a series of cells on another pg
    By Azrael in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM

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