Thread: expanding IF
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
D[_5_] D[_5_] is offline
external usenet poster
 
Posts: 2
Default expanding IF

Is there a way to jump to another formula in another cell
depending on the result of one cells IF ?
I'm looking for a way to include many different choices
depending on many different scenarios, kinda like the
C language switch case: statements.