Forum Discussion

ghutchins's avatar
ghutchins
Helper II
3 years ago
Solved

Conditionally Count Calculated Values in a Column

Greetings...  here is my problem of the week.  Spent 5 days and a lot of code and have came up empty.  Hope there is some help for me out there.  Having fun trying to figure it out but running into a...
  • FreemanZ's avatar
    3 years ago

    Try to add a new column with the code below?

    Value =

    IF([September]>=10,1)+

    IF([October]>=10,1)+

    IF([Novembee]>=10,1)