Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 130
Default need info from page one to reflect on page 2 &3

The info one page one needs to be reflected on page 2 & 3 Automatically
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 341
Default need info from page one to reflect on page 2 &3

imagine on sheet1, you have "hello" written in cell A1

now go on sheet2. in cell A1 on sheet 2, write
='sheet1'!A1
(or just write = and then go and select cell A1 from sheet1, and press return)


--
Allllen


"Cindy" wrote:

The info one page one needs to be reflected on page 2 & 3 Automatically

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 31
Default need info from page one to reflect on page 2 &3

Hi,

Try something like this in sheet 2 and 3:

=Sheet1!A1
any cell in sheet 2 and 3 containing this formula will show the value that
is in A1 of Sheet1, you can also do a Copy/Paste Special/Paste Link

HTH
Jean-Guy

"Cindy" wrote:

The info one page one needs to be reflected on page 2 & 3 Automatically

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 130
Default need info from page one to reflect on page 2 &3

I tried both but they dont seem to work. this is a template in which they
want to put in order #'s and info, but dont want to paste or do more typing
then neccessary

"Jean-Guy" wrote:

Hi,

Try something like this in sheet 2 and 3:

=Sheet1!A1
any cell in sheet 2 and 3 containing this formula will show the value that
is in A1 of Sheet1, you can also do a Copy/Paste Special/Paste Link

HTH
Jean-Guy

"Cindy" wrote:

The info one page one needs to be reflected on page 2 & 3 Automatically

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 341
Default need info from page one to reflect on page 2 &3

ok, so i think you need vlookup

http://www.contextures.com/xlFunctions02.html

the basic idea is
in sheet1 you have
colA colB
code1 description1
code2 description2


in sheet2 you have
colA colB
*1 *2

*1 = this is where the user types their code (like code39)
*2 = formula here will be =VLOOKUP(A1,sheet1!A:B,2,0) and will return
description 39
if you have time it is worth going through the weblink above and testing out
different things for yourself


--
Allllen


"Cindy" wrote:

I tried both but they dont seem to work. this is a template in which they
want to put in order #'s and info, but dont want to paste or do more typing
then neccessary

"Jean-Guy" wrote:

Hi,

Try something like this in sheet 2 and 3:

=Sheet1!A1
any cell in sheet 2 and 3 containing this formula will show the value that
is in A1 of Sheet1, you can also do a Copy/Paste Special/Paste Link

HTH
Jean-Guy

"Cindy" wrote:

The info one page one needs to be reflected on page 2 & 3 Automatically

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
Different info per printed page Zathrath Excel Discussion (Misc queries) 3 September 19th 07 01:53 AM
How do you make a drop down box with info from another page? Katie Excel Discussion (Misc queries) 3 July 14th 07 05:11 PM
Histogram from multi-page info pdberger Excel Worksheet Functions 3 February 7th 06 09:08 PM
repeat info at bottom and top of every page Andrew Excel Discussion (Misc queries) 1 September 19th 05 01:46 PM
How do you get Info to show on Every Page when Printing Excel Worksheet Functions 2 March 24th 05 08:31 PM


All times are GMT +1. The time now is 10:10 AM.

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"