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

enter in G10.......=if(D10="C",1,if(D10="CS",2,if(d10="CSE" ,3,"")))

or you could keep it simple and enter in G10 ... =len(d10)

Greetings from New Zealand
"walkersuniverse" wrote in
message ...
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