LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Dave Peterson
 
Posts: n/a
Default

Just the last daily report worksheet?

I think you could do a few things.

#1. Create a worksheet whose name never changes. Call it LastReport.
Then use that as a reference in your Summary sheet.
=lastreport!a1
=vlookup(b9,lastresort!a:e,3,false)

And when you get the data for each day, you clear all the contents and
paste a copy of that day's data into this sheet.

(kind of messy, huh)

#2. Put the worksheet name that should be used in A1 of the Summary sheet.
Then use formulas like:
=indirect("'" & a1 & "'!A1")
=vlookup(b9,indirect("'" & a1 & "'!A:E"),3,false)

Then you just change A1 to point at whatever you want.

#3. Select all the cells on the Summary sheet
Edit|replace
what: Oldsheetname
with: Newsheetname
replace all

(Be careful with the single quotes if you need them.)

DonB wrote:

I have a workbook of several daily reports. There is a summary sheet that I
wish to reference the last daily report even when I add one on. Is there a
"Last Sheet" function I can use?
--
Curious


--

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
Array Formulas take waaaay too long... belly0fdesire Excel Worksheet Functions 7 August 8th 05 10:11 PM
Help, Urgent Excel Formulas are not calculating maashoff Excel Discussion (Misc queries) 1 May 3rd 05 12:25 AM
Problem with named formula's nathan Excel Worksheet Functions 0 January 21st 05 04:07 PM
Formulas Stan Excel Worksheet Functions 3 January 21st 05 02:58 PM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


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