About 6,970,000 results
Open links in new tab
  1. How to count individual values within a cell? - Microsoft Community

    May 7, 2025 · In Excel, I want to count the number of individual values in a cell. (the individual values are separated by, + - * / , ' ; : space etc. (or a specified character) ).i.e. Cell contents …

  2. How to change cells from "count" to "sum" - Microsoft Community

    Feb 18, 2013 · This have never happened to me before. I am working on a spreadsheet handed down to me from someone else. When I try to sum the cells, it automatically counts it vice …

  3. Excel: How to count manually colored cells? - Microsoft Community

    Apr 12, 2025 · I have a column with, say, a label of "a b c or d" in the cells. Some of them are filled with a color, some are not. I'm using only one color. How do I get a count of each label …

  4. How to easily count/track the number of emails received and sent …

    Apr 19, 2019 · Thanks for posting in our forum. For your problem, I suggest you following the steps below to create two search folders to count the number of sent/received emails: 1. Right …

  5. How can I count the number of cells that equal a certain value if ...

    Feb 3, 2025 · I want to count the number of cells in column B that are smaller than [equal to] [larger than] 0 if the cell in the same row in column A has a date in 2025. The date is formatted …

  6. Count number of Mondays between a range - Microsoft Community

    Nov 5, 2024 · Dim count As Integer. count = 0. For currentDay = startDate To endDate. If Weekday(currentDay, vbMonday) = dayOfWeek Then. count = count + 1. End If. Next …

  7. Pivot table to show Count for unique value - Microsoft Community

    Sep 22, 2020 · When I perform a pivot as "Department in Row label" and count of "PO number in Value" it shows as 3 PO number for government and 2 PO number for School but actually it is …

  8. How can I use a pivot table to count categories in a set of data?

    Mar 26, 2024 · Select the dataset and under Insert > Pivot Table, check the box of "Add this data to the data model". Drag Province to the Row labels and Job title to the value area section. …

  9. Struggling with Count Distinct in Microsoft Access Query

    Aug 9, 2023 · To return the COUNT of DISTINCT values return the DISTINCT values in a subquery in the FROM clause of the outer query. The following is an example which returns …

  10. How Do I Count The Number Of Columns - Microsoft Community

    May 6, 2019 · I want to know how many columns A to BQ is. I don't want to manually count them. I don't want to know how many *blank* columns there are; I don't want to know how many …