Thread: Case function
View Single Post
  #3   Report Post  
JE McGimpsey
 
Posts: n/a
Default

XL itself doesn't, since XL is not a programming language. It does have
IF() and CHOOSE() functions, which can be used similarly.

OTOH, VBA has a Select Case statement that is pretty well explained in
VBA Help.

In article ,
"Al" wrote:

Does Excel have a function similar to the "Case" command in other programming
languages?