LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 222
Default advanced reference question reworded

One thing to remember, though, INDIRECT doesn't work with closed workbooks.
They will need to be open.

If you must work with closed workbooks, there is an addin called MOREFUNC
and it includes a replacement function called INDIRECT.EXT() that works on
closed workbooks.

You can download it from he
http://www.download.com/Morefunc/300...-10423159.html

Install it, then click on TOOLS ADDINS and activate MOREFUNC.

You can read up on using the various functions he
http://xcell05.free.fr/morefunc/english/#Functions

--
"Actually, I *am* a rocket scientist." -- JB

Your feedback is appreciated, click YES if this post helped you.


"JBeaucaire" wrote:


You can actually do this without VBA. Simplest way is to have a cell on
your sheet that is set to display the long name of the current month.
Let's pick cell AA1 and put in this formula:

=TODAY()

...and format that cell with the custom number format MMMM. This will
say February now, since that's the current month.

Now, if your original formula to grab cell B2 from June Sales.xls was
this:

='[June Sales.xls]Sheet1'!$B$2

...you can change it to this and it will change "June" to "February"
dynamically:

=INDIRECT("'["&$AA$1&" Sales.xls]Sheet1'!$B$2")


--
JBeaucaire
------------------------------------------------------------------------
JBeaucaire's Profile: http://www.thecodecage.com/forumz/member.php?userid=73
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=64559


 
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
Another Advanced Cell Reference Popik Excel Discussion (Misc queries) 3 April 24th 08 06:22 AM
Advanced Cell Reference Popik Excel Discussion (Misc queries) 2 April 24th 08 01:52 AM
advanced relative cell reference Roar Excel Discussion (Misc queries) 1 May 25th 07 12:59 PM
Advanced Filter Question Havenstar Excel Worksheet Functions 3 March 15th 06 10:51 PM
Advanced filter question Heinzpickle Excel Discussion (Misc queries) 3 March 25th 05 04:49 PM


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