View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
walkersuniverse walkersuniverse is offline
external usenet poster
 
Posts: 1
Default Using text instead of number. e.g. If(E10=C,1,0)

Hello
I wish to have a column for texts, either 'C','S' or 'E' and combinations of
CSE

such as @IF(E10=C,1,0) and @IF(E10=CS,2,0) and IF(E10=CSE,3,0)

I want to put the text CSE in Column D and the formula in Column G.

Hope you can help and that this makes sence?

How do I do this.

Thanks

John