View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.newusers
Parker Jones Parker Jones is offline
external usenet poster
 
Posts: 6
Default transfering data between sheets

I need a formula that says something to the effect of:

IF the value in A1=2 THEN transfer (or show) A1:A10 to next available row in
sheet 2
IF the value in A1=3 THEN transfer (or show) A1:A10 to next available row in
sheet 3
etc.

I need the information in the row to transfer to the next available row,
and have no idea how to do it.

IF(A1=2,(?????),IF(A1=3,(?????),"bad"))

????? needs to transfer A1:A10 to next available row in another sheet

If you can help,