I want to create an array from a sheet called Data (with a named range "Database") every time the worksheet opens, and then all calculations can be done from the array rather than referring to the sheet all the time. To Create an array I did the following:
IN MODULE 1:
Then I want to create my own formulas and use array values in it, eg:
IN MODULE 2:
The array works fine by itself, I can paste it to another sheet and it's perfect, but once I try to use it in the function it is as if the function does not know the array exists. How do I fix this, can anyone please help me?
Bookmarks