getting data from other pages

johngio

Board Regular
Joined
Jan 28, 2005
Messages
174
hi all,

I'm having a referencing dilemma. I've got 31 worksheets, named 1 to 31 (respectively). I have a main sheet with a different name. What I am trying to do is get data from one of the other pages using a date reference. E.g.

on sheet 2, cell A1, I have the text 'not completed'

On the main page, I have a date cell that reads 2/3/04 (cell B2)

I want to get that data in a new cell on the main page.

I tried this =('DAY(B2)'!A1) , but I get a REF# error. However, when I enter ='2'!A1 it works. Can someone please tell me how to fix my referencing. (By the way cell B2 does not reference another cell; it is the user input cell)

Thanks
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
I'm not sure what you are asking, but to reference a cell on another sheet, you would use SheetName!A1. If your SheetName has embedded spaces then you would use 'Sheet Name'!A1. Hope this at least gets you started.

It also helps a lot if you can post a couple examples of what your input and output data should look like. Good LucK!
 
Upvote 0
how do i attach an image ? I managed to convert my info to html, but I don't know how to attach it.

Thanks
 
Upvote 0

Forum statistics

Threads
1,203,453
Messages
6,055,530
Members
444,794
Latest member
HSAL

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top