Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have used Index(Match in my spreadsheets to sum data etc. However, when I
take it to VBA via the Application.WorkSheet function, I get an error. Here is the code: MyEventRow=Application.WorkSheetFunction.Index(Mat ch,TabName,Sheets("Lists") ..Range("J3:J20"),0),0) The error focuses on "Match" and says that the function has not been defined. I have a list of "Event" tabs in a sheet I call "Lists" (Events are Prg Mgmt Milestones & not Excel events) Basically I need to lookup the row of the "Event" in the "Lists" sheet based on the name of the currently selected tab/sheet. How can I do this? GMet |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find Exact Match using INDEX, MATCH | Excel Worksheet Functions | |||
index(match) Wind Uplift Calculations (match four conditions) | Excel Worksheet Functions | |||
index match array function-returning only first match, need last. | Excel Worksheet Functions | |||
How do I display more than one match in a Index/Match formula? | Excel Worksheet Functions | |||
index,match,match on un-sorted data | Excel Worksheet Functions |