Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
In a spreadsheert with all employees, each of them have a level and age.
Based on these to creiteries I want to pick up information from a simple matrix. How do I do this? |
#2
![]() |
|||
|
|||
![]()
This file might be a help:
http://www.bygsoftware.com/examples/.../xindexvba.zip It's in the "Excel for Lotus 123 Users" section on page: http://www.bygsoftware.com/examples/examples.htm In Excel there is no direct equivalent for Lotus 123's XINDEX function. This workbook shows two Excel formula constructions that achieve the same result. The first example uses two additional inputs. It uses the Excel functions: INDEX and MATCH The second example uses the same inputs as the Lotus XINDEX function. It uses the Excel functions: INDEX, MATCH and OFFSET. There are also two additional pieces of VBA showing how to use this in code and capture an error condition. The code is open and commented. There is also an alternative construction using SUMPRODUCT at: http://www.bygsoftware.com/Excel/fun...sumproduct.htm -- Regards - Andy Wiggins FCCA www.BygSoftware.com Excel, Access and VBA Consultancy "Pål" wrote in message ... In a spreadsheert with all employees, each of them have a level and age. Based on these to creiteries I want to pick up information from a simple matrix. How do I do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CORRELATION / COVARIANCE MATRIX | Excel Worksheet Functions | |||
Track info from one w/sheet onto another. | Excel Worksheet Functions | |||
Can I create a form to run off of info saved on Excel 97? | Charts and Charting in Excel | |||
Finding Values in a "Matrix" | Excel Discussion (Misc queries) | |||
paste info into merged cells | Setting up and Configuration of Excel |