Thread: CASE
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
GregNga GregNga is offline
external usenet poster
 
Posts: 30
Default CASE

I want to do something similar to CASE in SQL. That is if cell A1 is 'A' then
I went 'ACTIVE' in B1. if cell A1 is 'D' then I went 'DELETED' in B1. if cell
A1 is 'C' then I went 'CLOSED' in B1.

How to do this?