View Single Post
  #1   Report Post  
Len Canders
 
Posts: n/a
Default how to write to other sheet if and only if?

i have a workbook with two sheets. in sheet1 are rows in which data is
always present/entered for columns a through d and only sometimes in
columns e through h.

what i want to do is: if a row in sheet1 has any data in column e,
then i want to write the data from columns a, b, end e through h of
that row in sheet2, but if column e has no data i do not want to write
any data for that row in sheet2.

can anyone please help with this? i know how to get all data from
sheet1 into sheet2, but i am only interested in some of the data from
sheet1.

thanks in advance.