formula for dates

Options
jacky*
jacky*
edited 12/09/19 in Formulas and Functions

i have a question for a data sheet with completion dates i want to  create a formula to count the lines marked completed with a date..

 

im using count if but is not working i was able to count the entries when no date available bu using  ,"") at the end of the count if after my selection  if any one can help me out with the formula to count date when there is a date available 

 

 

 

Comments

  • Andrée Starå
    Andrée Starå ✭✭✭✭✭✭
    Options

    Hi Jacky,

    Try something like this.

    =COUNTIFS([Completion Date]:[Completion Date]; ISDATE(@cell); Status:Status; "Completed")

    The same version but with the below changes for your and others convenience.

    =COUNTIFS([Completion Date]:[Completion Date], ISDATE(@cell), Status:Status, "Completed")

    Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.

    Did it work?

    Hope that helps!

    Have a fantastic weekend!

    Best,

    Andrée Starå

    Workflow Consultant / CEO @ WORK BOLD

    SMARTSHEET EXPERT CONSULTANT & PARTNER

    Andrée Starå | Workflow Consultant / CEO @ WORK BOLD

    W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35

    Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!