View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Newman Emanouel Newman Emanouel is offline
external usenet poster
 
Posts: 18
Default ultiple if Statements

Hello

I need a little help with some vb code.

I have a excel sheet with multiple columns. One particular column has
account numbers say column "A" I need to write some code that will look at
column "A" and if for example cell A1 has "5120" in it then add the word Rent
into Columb "B".

It sounds really simple but I am having a lot of problems in executing. Any
help with some code would be very appreciated.

Thanks

Regards

Newman