Lookup last used Row un closed Workbook

  • Thread starter Thread starter ryguy7272
  • Start date Start date
R

ryguy7272

I am trying to link to a closed Excel file with this path:
='C:\Documents and Settings\rshuell\Desktop\Weekly
Reporting\Friday\[WeeklyForecastingRM.xls]WeeklyForecastingRM'!B7

I want to add this to the end of the previous function:
=LOOKUP(10000000000,WeeklyForecastingRM!B:B)

Basically, trying to lookup the value in the last used row of a closed
Workbook. Can someone help out?

Thanks so much!
Ryan---
 
I want to add this to the end of the previous function:
=LOOKUP(10000000000,WeeklyForecastingRM!B:B)

Not sure what you mean by that?

This should work:

=LOOKUP(10000000000,'C:\Documents and Settings\rshuell\Desktop\Weekly
Reporting\Friday\[WeeklyForecastingRM.xls]WeeklyForecastingRM'!B:B)


--
Biff
Microsoft Excel MVP


ryguy7272 said:
I am trying to link to a closed Excel file with this path:
='C:\Documents and Settings\rshuell\Desktop\Weekly
Reporting\Friday\[WeeklyForecastingRM.xls]WeeklyForecastingRM'!B7

I want to add this to the end of the previous function:
=LOOKUP(10000000000,WeeklyForecastingRM!B:B)

Basically, trying to lookup the value in the last used row of a closed
Workbook. Can someone help out?

Thanks so much!
Ryan---
 
Try this:

=LOOKUP(10E10,'C:\Documents and Settings\rshuell\Desktop\Weekly
Reporting\Friday\[WeeklyForecastingRM.xls]WeeklyForecastingRM'!B:B)

Hope this helps.

Pete
 
=LOOKUP(99^99,'C:\Documents and Settings\rshuell\Desktop\Weekly
Reporting\Friday\[WeeklyForecastingRM.xls]WeeklyForecastingRM'!$B:$B)
--


Regards,


Peo Sjoblom
 
Thanks everyone!!!

--
RyGuy


Peo Sjoblom said:
=LOOKUP(99^99,'C:\Documents and Settings\rshuell\Desktop\Weekly
Reporting\Friday\[WeeklyForecastingRM.xls]WeeklyForecastingRM'!$B:$B)
--


Regards,


Peo Sjoblom

ryguy7272 said:
I am trying to link to a closed Excel file with this path:
='C:\Documents and Settings\rshuell\Desktop\Weekly
Reporting\Friday\[WeeklyForecastingRM.xls]WeeklyForecastingRM'!B7

I want to add this to the end of the previous function:
=LOOKUP(10000000000,WeeklyForecastingRM!B:B)

Basically, trying to lookup the value in the last used row of a closed
Workbook. Can someone help out?

Thanks so much!
Ryan---
 
Back
Top