Forum Discussion

FHuffman's avatar
FHuffman
Copper Contributor
May 18, 2023
Solved

Formula Troubleshooting

I have an excel sheet that contains entries with both "Due" dates and "Completed" dates.  On a separate sheet, I've created a formula that tallies the number of due dates in a specific month and year...
  • OliverScheurich's avatar
    OliverScheurich
    May 18, 2023

    FHuffman 

    =SUM((NOT(ISBLANK('Simplified Open and Complet'!J2:J27)))*(YEAR('Simplified Open and Complet'!J2:J27)=A122)*(MONTH('Simplified Open and Complet'!J2:J27)=B122)*(('Simplified Open and Complet'!J2:J27<'Simplified Open and Complet'!K2:K27)+(('Simplified Open and Complet'!J2:J27<TODAY())*(ISBLANK('Simplified Open and Complet'!K2:K27)))))

    An alternative could be this formula. Enter the formula with ctrl+shift+enter if you don't work with Office 365 or Excel 2021.

     

Resources