CountIFS & Counting Dates

Chris Trumpey
Chris Trumpey ✭✭
edited 12/09/19 in Formulas and Functions

Hi All,

I need some CountIFS help with counting dates, I have a sheet that has a column called Device that has either New or Existing. Then my second column is Date Installed. If the Device is New and the Date Installed has a date then I need to return the value for the total number of existing devices installed.

Any help is greatly appreciated!

Comments

  • Genevieve P.
    Genevieve P. Employee Admin

    Hi Chris,

    To create a COUNTIFS formula, with multiple criteria, you just need to list each range and criteria within your brackets.

    In this instance, you can look to see if the Device column has "New" and the Date column is not blank. Use <> for "is not", and two quotation marksl, "", to represent "blank".

    For example:

    =COUNTIFS([Date Installed]:[Date Installed], <>"", Device:Device, ="New")

    Cheers,

    Genevieve

    Screen Shot 2019-12-08 at 12.29.19 PM.png

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!