Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hello,
i try to write a function corresponding to index and match functions used in excel spreadsheets.. i have sth like this: Function FindID(c As Variant, x As Integer) 'c - file (ie. [file1.xls] 'x - arkusz (ie. 4 FindID = "=INDEX('" & c & x & "'!R8C3:R8C154,1,MATCH(RC3,'" & c & x & "'!R15C3:R15C154,0))" End Function is it possible to build forumula in such a way? best |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Loose formula/value (when building graphs) | Excel Worksheet Functions | |||
Formula Building in Excel 2007 | Excel Discussion (Misc queries) | |||
When building formula in excel, it would be very useful to have t. | Excel Programming | |||
When building formula in excel, it would be very useful to have t. | Excel Programming | |||
Building a Named Range in a formula with VBA | Excel Programming |