Home |
Search |
Today's Posts |
#8
![]() |
|||
|
|||
![]()
All the formulas in the same columns are the same except the row_index_num.
The formulas in the same rows are the same except the number of HLOOKUP functions and lookup_value's. "vezerid" wrote in message ups.com... Having read the thread, it is obvious that you will need VBA, at least for part of the problem, that is to break the formula into the individual component HLOOKUP()'s. If all the formulas are sums of 2 HLOOKUP()'s, your job is somewhat easier, because you can write a UDF to isolate the two parts and then populate two helper columns w/ these formulas. Once you have the components separately, you can then resort back to formula programming. When you know the *result* of a lookup function you can find the column (i.e. the position in an array) with INDEX(MATCH(...)) or similar constructs. But given that columns grow alphabetically instead of numerically, you might need to play with R1C1 reference style. Overall it is rather complicated. Write if you need pointers to any of the steps. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA function for "Mean" using Array as argument | Excel Worksheet Functions | |||
Replace "insert function" with "edit formula" button in fourmula b | Excel Discussion (Misc queries) | |||
REPLACE outside of highlighted column | Excel Worksheet Functions | |||
Automatically up date time in a cell | Excel Discussion (Misc queries) | |||
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. | Excel Worksheet Functions |