Hi! I was trying to achieve a lookup with built in functions but getting nowhere.
Basically I have a table similar to the following
AOL BUY 25.12
NOK BUY 33.67
CSC BUY 121.56
AOL SELL 27.39
CSC SELL 115.84
BAA BUY 65.52
NOK SELL 34.32
BAA SELL 65.52
The table is raw data and does not...
Hello, I have very long and complicated formulas dveloping in my cells, and I was wondering if I can write a helper function to handle this.
My stab at the function looks something like
Function lookupMatch(name1 As Variant) As Variant
Dim rng1 As Range
rng1.Name = name1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.