sutoiku / formula.js

JavaScript implementation of most Microsoft Excel formula functions
Other
2.14k stars 293 forks source link

Request to add support for LOOKUP, VLOOKUP, HLOOKUP #37

Closed airburst closed 9 years ago

airburst commented 9 years ago

Hi,

Great work on the library. Do you have any plans to add the LOOKUP functions from EXCEL?

Thanks

matthewmueller commented 9 years ago

+1 :-)

petermoresi commented 9 years ago

You may want to consider these libraries instead:

https://github.com/FormulaPages/lookup https://github.com/FormulaPages/hlookup https://github.com/FormulaPages/vlookup

airburst commented 9 years ago

Thanks very much; I'll take a look at that library. Sorry - I haven't had the time to pull and write myself yet.