MiguelFrancis3
10 months agoQrew Member
CASE Function usage with ranges
Hi All,
Has anyone used the CASE function based on a range of a value, is not working the syntax for me... see below what I need in general...
CASE([AGE],
<=12,"Child"
> 13 AND <=19,"Teen"
>19 AND <=21, "Young Adult"
>21 "Adult"
)
Thanks in advance...
------------------------------
Miguel Francis
------------------------------