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

    May 7, 2025 · It seems so simple but I can't find any functions to count values or characters (4 x "+" +1, etc), within a cell. I don't want to split the values into 5 cells.

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

    Apr 19, 2019 · 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 click on the Search folder in the …

  3. I am trying to count all cell in green fill color using this simple ...

    Dec 2, 2023 · To count all cells with green fill color in a table, you can use the following formula:=COUNTIF(range,CELL("color",cell)=3)Replace range with the range of cells you want …

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

    May 6, 2019 · HI, 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 …

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

    Apr 12, 2025 · Excel: How to count manually colored cells? 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 …

  6. 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 …

  7. Using "Countif" for a drop down menu - Microsoft Community

    Apr 27, 2023 · If you want to count the number of times "yes" appears in cells C7, C9, and C11, you can use the following formula: =COUNTIF (C7:C11,"yes") This formula will count the …

  8. New outlook not showing total email count in each folder on …

    Apr 19, 2023 · I switched to the new outlook and it is no longer showing the total number of emails in each folder.

  9. How to get the Pivot table to show text of data and not sum/count ...

    By default, Excel shows a count for text data, and a sum for numerical data. This video shows how to display numeric values as text, by applying conditional formatting with a custom …

  10. Count Distinct Records in MS Access Report Design

    Nov 24, 2014 · Dear All, I wish to have a count of Distinct records in a field in Access 2013 Report Designer. I tried the following function in the Report Designer but when report is generated, it …