View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
MegaC MegaC is offline
external usenet poster
 
Posts: 1
Default excel 2007 and if then statements

Hi there,

I am new to this group. Nice to meet everyone!


I wish to write a formula in excel to pull data according to the
following algorithm:

For each filled row in Column I] do
If row[Column I] = "Automation Done" Then
get the contents of row [Column E]
End
End