Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 19
Default Get Data From Diferent Sheets

In an excel file with multiple sheets (for instance sheets names A and B) is
it possible to use in sheet A in cell A2 a formula like =A1!&A2, where A2 is
a in sheet B and A1 is in sheet A and as the tab name (B) written. The
formula should return the value in cell A2 of sheet B.

Thanks in advanced
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default Get Data From Diferent Sheets

One way:

=INDIRECT("'" & A1 & "'!A2")

In article ,
Pedro Serra wrote:

In an excel file with multiple sheets (for instance sheets names A and B) is
it possible to use in sheet A in cell A2 a formula like =A1!&A2, where A2 is
a in sheet B and A1 is in sheet A and as the tab name (B) written. The
formula should return the value in cell A2 of sheet B.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Get Data From Diferent Sheets

=INDIRECT(A1&"!A2")
--
David Biddulph

"Pedro Serra" wrote in message
...
In an excel file with multiple sheets (for instance sheets name's A and B)
is
it possible to use in sheet A in cell A2 a formula like =A1!&A2, where A2
is
a in sheet B and A1 is in sheet A and as the tab name (B) written. The
formula should return the value in cell A2 of sheet B.

Thanks in advanced



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
Pivot table from diferent worksheets Daniel Excel Discussion (Misc queries) 2 August 2nd 07 07:56 PM
width and height use diferent unit, what units are those? Isidro_Sarquis Excel Discussion (Misc queries) 2 September 26th 06 08:56 PM
HOW DO I ADD AMOUNTS FOR DIFERENT VALUES Paulo Coelho Excel Worksheet Functions 2 January 16th 06 12:46 AM
how to select a range that start in diferent row Pasmatos Excel Discussion (Misc queries) 2 November 28th 05 07:00 PM
Sum values from diferent workbooks rquelhas Excel Worksheet Functions 0 June 25th 05 03:46 PM


All times are GMT +1. The time now is 11:06 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"