View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Stefi Stefi is offline
external usenet poster
 
Posts: 2,646
Default How do I get Excel to display a table on a different worksheet?

Enter in Sheet 1, B2:
=IF($A$1="Level",Sheet 2!B2,"")
and fill it to the right and down!
Regards,
Stefi

€˛John€¯ ezt Ć*rta:

Is there an IF statement I could use so that if the word "Level" is displayed
in cell A1 on sheet 1 then a table from Sheet 2 that is in the cells B2:C3 is
displayed in B2 to C3 on Sheet 1?