About 27,200 results
Open links in new tab
  1. Formula to count of items in a multi dropdown list

    Oct 3, 2019 · I want to count how many times a value is repeated in a range that has multi values. I use the formula countif and only count one time a repeated value when the cell have multiple values.

  2. How can I use COUNTIFS with DISTINCT? - Smartsheet Community

    Oct 4, 2023 · I'm trying to count all the distinct records in one column where specific criteria is met in another column. I can write the formulas separately, but I'm unsure how to combine them since …

  3. Is there a way to combine a sumif and a countif function within one ...

    What I want to accomplish is to filter out the Content Type with the word wiki that was received on or after January 1, 2022 and count up the task counter for those rows. I tried using the formula you …

  4. How do I create an CountIF statement to include multiple selections ...

    Oct 13, 2023 · I'm creating sheet summary calculations to tally the total count of a specific dropdown menu item; however, I am using multi-select. I know how to use a standard COUNTIF formula, but it …

  5. Nested IF with COUNTIF - Smartsheet Community

    Jul 25, 2018 · I need to use a nested IF with COUNTIF. Is that possible? The scenario is that I need to count the number of “Red,” “Yellow,” and “Green” balls that are in a particular row in another sheet. …

  6. Using COUNTIF with IF (AND - Smartsheet Community

    Apr 26, 2023 · If I remember correctly you can't use an IF function inside of a COUNTIF function because the countif are automatically doing an if for the next criteria. Also I'm not sure what you are …

  7. COUNTIFS with multiple criteria in same range and different ranges

    Dec 18, 2023 · You can have the same range twice, but when you have them as two separate pieces within the same COUNTIFS, you are basically saying "AND", so your formula is counting rows where …

  8. Is there a way to count cells that contain dates in Smartsheet, like ...

    Feb 16, 2023 Hey @Veronica Tran-O'Leary There are a number of ways to count Dates. You can use COUNT (). This counts all cells except empty ones If you only want to count dates, you can use …

  9. How to calculate the amount of times a name appears in a list?

    May 23, 2024 · You can use the COUNTIFS ( [Name Column]: [Name Column], [Name Column]@row) to find that count. You could then use this helper column in the RankEQ or RankAvg function.

  10. COUNTIF functions work separately, but not when combined into a ...

    Nov 21, 2023 · Hello, I have a situation where I have two working COUNTIF functions, but when I try to combine them into criteria for a COUNTIFS function, I get the error "INCORRECT ARGUMENT SET".