We all know how CHOOSE Works
eg. If I had month number and I wanted to convert them into Month name then I'd be using Choose
ie. MonName=CHOOSE(Monno,"Jan", "Feb", "Mar", "Apr", "May" "Jun", "Jul", "Aug", "Sep", "Oct" "Nov" "Dec")
But what my query is that if we were given month names and were...