• Autosum

    Author
    Topic
    #466259

    I’m putting X’s in all of the rows where the corresponding names of guests have been invited to an event. Is it possible to do an Autosum at the very bottom row that adds up the total number of people who received an X?

    Regards,

    JMT

    Viewing 2 reply threads
    Author
    Replies
    • #1207320

      I guess the function COUNTIF(range, criteria) will do the trick:
      =COUNTIF(A1:A175,”X”)

      Note that “X” counts both “X” and “x” cells

    • #1207371

      Is there a way to do it so that Excel will count all of the cells in a given column that have any number written therein?

    • #1207376

      In such case, the function COUNT(range) is your friend! It returns from the specified range the number of numeric values.

      Two other useful functions: COUNTBLANK(range) will count the number of empty cells. COUNTA(range) will count the number of cells with a content.

    Viewing 2 reply threads
    Reply To: Autosum

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: