Hi,
I encountered a problem today that I'm not able to solve.
I made an INDEX MATCH function, the problem now is, it is working on my Laptop, but if i transfer it to the Computer at work i get a heck load of errors. At work I'm trying to pull information from a sheet on a server to my own sheet so I don't have to do this by hand. I tried a lot but I always encountered an error and couldnt get it to work.(What the function basically does is to look for a certain name i provided and get the numbers for that name)
=INDEX(INDIRECT("[Planungstool.xlsm]PERSONALPLANUNG!"&ADRESS(9;3165+4*((COLUMN(A1)-1)/2))&":"&ADRESS(384;3165+4*((SPALTE(A1)-1)/2)));MATCH($A12;INDIRECT("[Planungstool.xlsm]PERSONALPLANUNG!"&ADRESS(9;3164+4*((COLUMN(A1)-1)/2))&":"&ADRESS(384;3164+4*((COLUMN(A1)-1)/2)));0))
That is the Formula which is not working. It either gives me an eroor at ADRESS or somewhere in the name of the document. (It doesnt give me an error and is working fine when i use it on my Laptop.... it does though if i port it to the PC and change the lokation where it is looking. Planungstool changes to Planungstoll_L2342_4 5 54423_new , but that shouldn't be a problem or is it?
Any ideas?
Thx for any help
Joel
I encountered a problem today that I'm not able to solve.
I made an INDEX MATCH function, the problem now is, it is working on my Laptop, but if i transfer it to the Computer at work i get a heck load of errors. At work I'm trying to pull information from a sheet on a server to my own sheet so I don't have to do this by hand. I tried a lot but I always encountered an error and couldnt get it to work.(What the function basically does is to look for a certain name i provided and get the numbers for that name)
=INDEX(INDIRECT("[Planungstool.xlsm]PERSONALPLANUNG!"&ADRESS(9;3165+4*((COLUMN(A1)-1)/2))&":"&ADRESS(384;3165+4*((SPALTE(A1)-1)/2)));MATCH($A12;INDIRECT("[Planungstool.xlsm]PERSONALPLANUNG!"&ADRESS(9;3164+4*((COLUMN(A1)-1)/2))&":"&ADRESS(384;3164+4*((COLUMN(A1)-1)/2)));0))
That is the Formula which is not working. It either gives me an eroor at ADRESS or somewhere in the name of the document. (It doesnt give me an error and is working fine when i use it on my Laptop.... it does though if i port it to the PC and change the lokation where it is looking. Planungstool changes to Planungstoll_L2342_4 5 54423_new , but that shouldn't be a problem or is it?
Any ideas?
Thx for any help
Joel