Forum Discussion

TaraStroup's avatar
TaraStroup
Qrew Member
5 years ago

Count Formula Help

Hello, 

I am trying to count the number of days an employee had a hotel charge. I am trying to use the formula to only count the day labeled fields over 0.00
Here is my Table: (as you can see the count is over 7 and doesn't seem to be impacted by >0)

Here is my Formula: 
Can you help?


------------------------------
Thanks,
Tara
------------------------------
  • Can you you copy and paste you formula do we can read it better.

    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------
    • TaraStroup's avatar
      TaraStroup
      Qrew Member
      Count([Sunday],[Monday],[Tuesday],[Wednesday],[Thursday],[Friday],[Saturday]>0,0,1)
      Thanks!

      ------------------------------
      Tara Stroup
      ------------------------------
      • MarkShnier__You's avatar
        MarkShnier__You
        Icon for Qrew Legend rankQrew Legend
        try this
        Count(
        [Sunday]>0,
        [Monday]>0,
        [Tuesday]>0,
        [Wednesday]>0,
        [Thursday]>0,
        [Friday]>0,
        [Saturday]>0)


        ------------------------------
        Mark Shnier (YQC)
        Quick Base Solution Provider
        Your Quick Base Coach
        http://QuickBaseCoach.com
        mark.shnier@gmail.com
        ------------------------------