#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Vlookup using tabs

Hello,

I have a workbook with worksheets for each day of the month labeled "1",
"2".."31" etc. In each worksheet i would like to pull the figure in cell C164
of each sheet into another workbook. In the another workbook i have dates
from 1-31st running horizontally at the top. I would like the figure in cell
C164 for each day to show up in the second workbook under it's correct date.

thanks,
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,276
Default Vlookup using tabs

Hi,
in you summary sheet under day 1 enter

=1!c164

in day 2
=2!c164

etc


"Kramer" wrote:

Hello,

I have a workbook with worksheets for each day of the month labeled "1",
"2".."31" etc. In each worksheet i would like to pull the figure in cell C164
of each sheet into another workbook. In the another workbook i have dates
from 1-31st running horizontally at the top. I would like the figure in cell
C164 for each day to show up in the second workbook under it's correct date.

thanks,

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Vlookup using tabs

In A3 of a Sheet in workbook2 enter the name of workbook1

In A2 enter this formula

=INDIRECT("["&$A$3&"]" & COLUMN()&"!" & "$C$164")

Drag/copy across 31 columns.


Gord Dibben MS Excel MVP


On Tue, 1 Sep 2009 08:21:02 -0700, Kramer
wrote:

Hello,

I have a workbook with worksheets for each day of the month labeled "1",
"2".."31" etc. In each worksheet i would like to pull the figure in cell C164
of each sheet into another workbook. In the another workbook i have dates
from 1-31st running horizontally at the top. I would like the figure in cell
C164 for each day to show up in the second workbook under it's correct date.

thanks,


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Vlookup using tabs

Note: A3 needs .xls appended.

workbook1.xls


Gord

On Tue, 01 Sep 2009 09:21:57 -0700, Gord Dibben <gorddibbATshawDOTca wrote:

In A3 of a Sheet in workbook2 enter the name of workbook1

In A2 enter this formula

=INDIRECT("["&$A$3&"]" & COLUMN()&"!" & "$C$164")

Drag/copy across 31 columns.


Gord Dibben MS Excel MVP


On Tue, 1 Sep 2009 08:21:02 -0700, Kramer
wrote:

Hello,

I have a workbook with worksheets for each day of the month labeled "1",
"2".."31" etc. In each worksheet i would like to pull the figure in cell C164
of each sheet into another workbook. In the another workbook i have dates
from 1-31st running horizontally at the top. I would like the figure in cell
C164 for each day to show up in the second workbook under it's correct date.

thanks,


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
Vlookup - multiple tabs jkiser Excel Worksheet Functions 5 July 23rd 09 02:08 AM
vlookup: data same in 2 tabs yet get #N/A when shouldn't CMAXWELL Excel Discussion (Misc queries) 1 April 25th 09 10:35 PM
vlookup multiple tabs yhoy Excel Discussion (Misc queries) 4 January 12th 09 05:06 AM
Vlookup on two different tabs Ayse Excel Discussion (Misc queries) 4 July 12th 07 06:47 PM
Vlookup across multiple tabs Hirsch Excel Worksheet Functions 2 July 20th 05 07:42 PM


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