Hey Everyone,
I am trying to write my first custom formula. All I want it to do is to semi automate a lookup formula. I am trying to look up a value in an excel file located on our file server.
Here is what I have so far:
Can anyone tell me what I am doing wrong??![]()
Function getcount(Code) getcount = VLookup(Code,'\\FileServer\SubFolder\[name.xlsx]WorkSheet'!$A:$K,4,FALSE) End Function
Bookmarks