Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,069
Default How do I get Excel to display a table on a different worksheet?

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?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,069
Default How do I get Excel to display a table on a different worksheet

I was hoping to get a statement that I would only have to put in one cell as
there is multiple tables that I will have to incorporate into the IF
statement along with the "Level" table

"Stefi" wrote:

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?

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

If you name range in sheet2, B2:C3 to "level" then you can write in sheet1,
B2 =level
but still you have to fill it to the right and down.
Stefi


€˛John€¯ ezt Ć*rta:

I was hoping to get a statement that I would only have to put in one cell as
there is multiple tables that I will have to incorporate into the IF
statement along with the "Level" table

"Stefi" wrote:

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?

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,069
Default How do I get Excel to display a table on a different worksheet

When I name the range and type:

=level

into a cell it just gives the #VALUE! warning?

"Stefi" wrote:

If you name range in sheet2, B2:C3 to "level" then you can write in sheet1,
B2 =level
but still you have to fill it to the right and down.
Stefi


€˛John€¯ ezt Ć*rta:

I was hoping to get a statement that I would only have to put in one cell as
there is multiple tables that I will have to incorporate into the IF
statement along with the "Level" table

"Stefi" wrote:

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?



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

No idea, why! Post an example of your data!
Stefi


€˛John€¯ ezt Ć*rta:

When I name the range and type:

=level

into a cell it just gives the #VALUE! warning?

"Stefi" wrote:

If you name range in sheet2, B2:C3 to "level" then you can write in sheet1,
B2 =level
but still you have to fill it to the right and down.
Stefi


€˛John€¯ ezt Ć*rta:

I was hoping to get a statement that I would only have to put in one cell as
there is multiple tables that I will have to incorporate into the IF
statement along with the "Level" table

"Stefi" wrote:

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?

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

Try to use another name! Level being an English word may mean something to an
English language Excel. Mine is a national language version and isn't
bothered by English words.

Meanwhile I found a still simpler way: select the entire destination range
(sheet1, B2:C3), enter in the formula bar
=sourcenamedrange
(the name that you chose instead of level) and confirm it as an array
formula with Ctrl+Shift+Enter!

Stefi


€˛Stefi€¯ ezt Ć*rta:

No idea, why! Post an example of your data!
Stefi


€˛John€¯ ezt Ć*rta:

When I name the range and type:

=level

into a cell it just gives the #VALUE! warning?

"Stefi" wrote:

If you name range in sheet2, B2:C3 to "level" then you can write in sheet1,
B2 =level
but still you have to fill it to the right and down.
Stefi


€˛John€¯ ezt Ć*rta:

I was hoping to get a statement that I would only have to put in one cell as
there is multiple tables that I will have to incorporate into the IF
statement along with the "Level" table

"Stefi" wrote:

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?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to display 12-12-34 as it is in excel worksheet? Justin Excel Discussion (Misc queries) 2 February 22nd 06 06:47 AM
How to display selected table entries from another worksheet? Wheel Excel Worksheet Functions 0 October 4th 05 03:19 AM
Excel worksheet display #### pang_kimyam Excel Discussion (Misc queries) 3 August 10th 05 01:06 PM
Display specific rows from table on other worksheet Bruno G. Excel Discussion (Misc queries) 2 January 20th 05 11:22 PM
Display excel formula on worksheet superchica Excel Worksheet Functions 2 November 3rd 04 06:38 PM


All times are GMT +1. The time now is 02:25 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"