BinRange
Usage
BinRange(input value, cutoff1, ... )
πTo get the expected results, list cutoffs sequentially.
Examples
BinRange(25, 50) = 1BinRange([Income], 100000, 500000)Choose(BinRange([Cost], 50, 100, 200, 500, 1000),
"under $50", "$50 +", "$100 +", "$200 +", "$500 +", "over $1,000")
Last updated
Was this helpful?