Create a Schedule Formula to Multiply Count...?
So, we have a schedule documenting parking stalls:
A) Accessible
B) Small
C) Standard
We would like to take the count of the 'Accessible' & multiply it by TWO (2.) So, we assume a new column will need to be created.
1) I have uncovered we cannot use the COUNT in the formula so I have created the formula to replicate COUNT so we can use it. I have called it "Count Calculated"
2) I have discovered we cannot JUST use the text "Accessible" it appears this wants to be a yes/no parameter?
I think I should be on the track of a nested if statement?
Guessing basically something like this:
if(not(Description = "Accessible"), Count Calculated, Count Calculated * 2)
Any help/ suggestions would be super.
Link copied