Dear experts
I need vba code or excel function that works like lookup with small change.
Need something with syntax: lookupvalue, lookuparray1, lookuparray2, lookup array result. My problem briefly is as follows: big database with - column 1 with dates, column 2 with certain parameters and column 3 with another parameters - see example:
Date Parameter1 Parameter2
5/2/2061 Buy Company1
5/3/2016 Buy Company2
5/4/2016 Sell Company1
5/5/2016 Start Company1
5/6/2016 Start Company2
5/7/2016 Start Company3
Need newlookup with syntax: lookupvalue=Start, lookuparray1=Parameter1, lookuparray2=Parameter2, lookuparray result = Date. The result should be date = 5/5/2016. The above database has few thousands rows in reality. Each company has assigned one Start parameter. Any idea ?
Flowerski
I need vba code or excel function that works like lookup with small change.
Need something with syntax: lookupvalue, lookuparray1, lookuparray2, lookup array result. My problem briefly is as follows: big database with - column 1 with dates, column 2 with certain parameters and column 3 with another parameters - see example:
Date Parameter1 Parameter2
5/2/2061 Buy Company1
5/3/2016 Buy Company2
5/4/2016 Sell Company1
5/5/2016 Start Company1
5/6/2016 Start Company2
5/7/2016 Start Company3
Need newlookup with syntax: lookupvalue=Start, lookuparray1=Parameter1, lookuparray2=Parameter2, lookuparray result = Date. The result should be date = 5/5/2016. The above database has few thousands rows in reality. Each company has assigned one Start parameter. Any idea ?
Flowerski