View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Raja Suman Raja Suman is offline
external usenet poster
 
Posts: 1
Default How do I implement if-else functionalilty for a cell in excel?

I want to have two cells with one cell depending on the other value. Ex. If
A1=Raja then A2 should display 11, else if A1=Chirala, then A2 should display
12.

Please give information on this if this type of programming is possible in
excel.