Forum Discussion

Kjharris123's avatar
Kjharris123
Copper Contributor
Apr 06, 2022
Solved

Excel help

I was having an issue with a column of "if" statements in my spreadsheet.  I was wanting to get a total of true "if" statements for that week.  Each day of the week has =IF(F6<=TIME(12,0,0),"*","") t...
  • Riny_van_Eekelen's avatar
    Apr 06, 2022

    Kjharris123 The asterisk is seen as a wildcard character, so everything gets counted. Use "x" rather than "*" to mark and count the qualifying entries.