Oct 18 2022 12:34 AM - edited Oct 18 2022 01:55 AM
Hello,
I have an Excel workbook with multiple tabs all containing a table with the same headers (i.e. the structure and header name of each table on each tab is identicle).
On another sheet I have a series of 'master formulas' stored as text that users copy and paste into a column of one of the tables. The formulas are in the following table header format:
'=IF([@[Long]]="";"";IFERROR(((([@[Long]/100 )* INDEX(OP_TAB[Speed];EQUIV([@[Type operation]];OP_TAB[Op];0)))+(INDEX(OP_TAB[Time];EQUIV([@[Type operation]];OP_TAB[Op];0))));""))
EQUIV = MATCH (working in a French environment
i.e. copying the formulas into a table works find (excel finds the headers and everything works)
I want the user to be able to automatically enter a formula based on a look up.
I have tried index match and the formula populates the field but is not evaluated (is text instead)
I have tried a custom EVALUATE function in VBA but always get a #VALUE error
Can anyone help?
Oct 18 2022 02:02 AM
Oct 18 2022 02:06 AM
Oct 18 2022 04:59 AM
SolutionOct 18 2022 05:19 AM
Oct 18 2022 06:50 AM