LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Calling for pages before they are created.

=IF(ISERROR(CELL("address",INDIRECT("'"&TEXT(B2,"y yyy.mm.dd")&"'!a1"))),
"Not there yet",INDIRECT("'"&TEXT(B2,"yyyy.mm.dd")&"'!$Z$2") )





Dave Peterson wrote:

You can use =indirect() to check to see if that sheet is the

=IF(ISERROR(CELL("address",INDIRECT("'2006.02.01'! a1"))),
"Not there yet",INDIRECT("'2006.02.01'!$Z$2"))

(all one cell)

bsspewer wrote:

Here's my dilemma. I want to create one sheet as a summary sheet that
pulls data from specific cells that are in other pages. The problem is
that some of these pages aren't created yet because I create one new
page each day. It's alot of work to go back to that first page and
type in the exact same info as the day before, just changing the name
of the sheet to the next day.

Example: "='2006.02.01'!$Z$2" is for feb 1st, and the cell following
states "='2006.02.02'!$Z$2" for feb 2nd. Right now, I have to retype
it each day, because if I try calling for a page before the page is
made, excel gets confused. If anyone follows please help out.

--
bsspewer
------------------------------------------------------------------------
bsspewer's Profile: http://www.excelforum.com/member.php...o&userid=32846
View this thread: http://www.excelforum.com/showthread...hreadid=526600


--

Dave Peterson


--

Dave Peterson


 
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
Format a Comment created by a Macro Ken G. Excel Discussion (Misc queries) 3 August 30th 05 07:28 AM
Additional file with no extension created during File Save As proc Peter Rooney Excel Discussion (Misc queries) 2 August 11th 05 02:48 PM
Button not bring up Macro I created A.S. Excel Discussion (Misc queries) 1 July 22nd 05 10:21 PM
Runtime error for macro that works in workbook created in Crystal Excel Discussion (Misc queries) 1 June 22nd 05 08:43 PM
How can I hide check box created via FORMS together with column? Max Excel Discussion (Misc queries) 3 March 25th 05 08:49 PM


All times are GMT +1. The time now is 05:29 PM.

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

About Us

"It's about Microsoft Excel"