FriendlyJoe
New Member
Thanks in advance for any help given, I am far from an Excel expert so any help at all is appreciated.
Onto the problem:
Let's say I have two workbooks Blue and Green. Green holds a running count of data entries with their entry number (102,103,104 etc). I would like Blue to be able to reference the last entry number on Green (and then add 1 to it).
Things to note:
Green will most likely NOT be open when Blue is pulled up. I've read that may cause problems.
The last entry number on Green will be changing constantly so I would like it to be "looked-up" each time Blue is opened.
I've tried using =Index but keep getting errors. I assume its because I'm trying to reference the workbook via the filesystem and the context is screwy. I've seen some people saying to use VLookup but that code makes my eyes cross.
Right now what I have is:
=INDEX('C:CC.xls'!B:B,MATCH(9.99999999999999E+307,'C:CC.xls'!B:B))+1
I totally copied that from a website and tried to insert the file reference but no luck so far.
Again, thanks for any help you can offer!
Onto the problem:
Let's say I have two workbooks Blue and Green. Green holds a running count of data entries with their entry number (102,103,104 etc). I would like Blue to be able to reference the last entry number on Green (and then add 1 to it).
Things to note:
Green will most likely NOT be open when Blue is pulled up. I've read that may cause problems.
The last entry number on Green will be changing constantly so I would like it to be "looked-up" each time Blue is opened.
I've tried using =Index but keep getting errors. I assume its because I'm trying to reference the workbook via the filesystem and the context is screwy. I've seen some people saying to use VLookup but that code makes my eyes cross.
Right now what I have is:
=INDEX('C:CC.xls'!B:B,MATCH(9.99999999999999E+307,'C:CC.xls'!B:B))+1
I totally copied that from a website and tried to insert the file reference but no luck so far.
Again, thanks for any help you can offer!