Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default VLookups on Network

Hi, I've created a spreadsheet which looks at another on the network to
distinguish if the open file is the latest version. (ie. a report is
sent as V1 and saved on the local computer of the recipient, meanwhile
the report on the network is udated to V1.1 - when the user then opens
the original V1 report, the spreadsheet simply advises that there is a
newer verion).

This works fine for me, until the email with the report is actually
sent. Before the email is sent, the formula looks like this:

=VLOOKUP(F11,'J:\Marketing_New\Management
Information\[Index.xls]Management Information Index'!$B:$G,3,0)

However, when the email is sent, this formula then changes to this:

=VLOOKUP(F11,'C:\Marketing_New\Management
Information\[Index.xls]Management Information Index'!$B:$G,3,0)

Only a very slight change, but the J drive changes to the C drive??
Any ideas how to get around this?

Many Thanks!!

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default VLookups on Network

Thanks, but I must be doing something wrong!!

My index file looks something like this:
ID Name Version Notes
123 MD 1.0 N/A

On my report i have a front sheet with the following:

ID <-- entered when the report is produced
Name <-- This is a vlookup on the ID number into col 2 of the index
file.
Version <-- Version entered when the report is produced.
Last Version <-- This is a vlookup on the ID number into col 3 of the
index file.
Notes <-- This is a vlookup on the ID number into col 4 of the index
file.


How would I get the indirect function to work with this - if its
possible??


Thanks again!

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default VLookups on Network

Maybe you could try referring to the UNC path instead of the mapped drive
letter.

=vlookup(f11,'\\someserver\someshare\marketing_new \......

dav135 wrote:

Hi, I've created a spreadsheet which looks at another on the network to
distinguish if the open file is the latest version. (ie. a report is
sent as V1 and saved on the local computer of the recipient, meanwhile
the report on the network is udated to V1.1 - when the user then opens
the original V1 report, the spreadsheet simply advises that there is a
newer verion).

This works fine for me, until the email with the report is actually
sent. Before the email is sent, the formula looks like this:

=VLOOKUP(F11,'J:\Marketing_New\Management
Information\[Index.xls]Management Information Index'!$B:$G,3,0)

However, when the email is sent, this formula then changes to this:

=VLOOKUP(F11,'C:\Marketing_New\Management
Information\[Index.xls]Management Information Index'!$B:$G,3,0)

Only a very slight change, but the J drive changes to the C drive??
Any ideas how to get around this?

Many Thanks!!


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default VLookups on Network

So simple yet so effective - that works perfectly.

Thanks v.much!!



Reply
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
vlookups lfrick Excel Worksheet Functions 3 July 17th 09 10:03 PM
vlookups hcronrath Excel Worksheet Functions 1 February 11th 09 07:41 PM
Dependent vlookups - nested vlookups (maybe) Maniv Excel Worksheet Functions 1 April 22nd 08 07:40 PM
VLOOKUPS Brett Excel Worksheet Functions 5 June 22nd 06 02:50 PM
Copying files ...Network to Network Eric[_6_] Excel Programming 2 July 18th 03 08:59 PM


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