View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Mike Mike is offline
external usenet poster
 
Posts: 3,101
Default work sheet linking

=IF(Sheet1!A1="Something I want it to be",Sheet1!A1,"")

Put this in A1 of sheet 2 and drag along the row. If the condition you set
evaluates as True then it will copy Sheet 1 A1 to Sheet 2 A1 etc.

"krishnan" wrote:

how to link the entire row of a work sheet to another work sheet based on
some condition. Any help

Regards
krishnan