Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Spreadsheets (https://www.askmehelpdesk.com/forumdisplay.php?f=395)
-   -   Excel: Entry Counter (https://www.askmehelpdesk.com/showthread.php?t=44120)

  • Nov 21, 2006, 08:45 AM
    Wonder84lalala
    Excel: Entry Counter
    Hi,

    I would like to create an entry / list couter from the cells. For example:
    the entry in (Row 2, Col B) "no room" = 1
    the entry in (Row 3, Col B) "no poc for comms" = 1
    the entry in (Row 4, Col B) "qna not decided" = 1
    the entry in (Row 5, Col B) "n/a" = 0
    The result in (Row 1, Col B) is 3.

    ColumnA Column B
    Issues number (Row 1, Col A) 3 (Row 1, Col B)
    Issue detail (Row 2, Col A) no room (Row 2, Col B)
    Issue detail (Row 3, Col A) no poc for comms (Row 3, Col B)
    Issue detail (Row 4, Col A) qna not decided (Row 4, Col B)
    Issue detail (Row 5, Col A) n/a (Row 5, Col B)

    Great thanks.
  • Nov 21, 2006, 09:04 AM
    ScottGem
    So just add a column and assign a 1 or 0 to it based on what's in Col A. Then sum that column.
  • Nov 21, 2006, 09:47 AM
    Wonder84lalala
    That was the simplest way, but I just wanted to know if there are other ways. Thanks.
  • Nov 21, 2006, 09:55 AM
    ScottGem
    Unless the entries in Column A form a pattern. For example if an entry of n/a will be the only zero, you could use a CountIF.
  • Nov 28, 2006, 09:59 AM
    findinfo
    In the result cell, paste the following:
    =COUNTA(B2:B5)-COUNTIF(B2:B5,"n/a")

    This counts non-blank cells and subtracts the count of the fields with "n/a"

  • All times are GMT -7. The time now is 12:43 PM.