I am trying to make a chart that will change based on the active cell's row.
This workbook will be used exclusively on iPads for field work. As far as I know the ios version of excel does not support macros so I will have to make this chart without using macros.
I've figured out how to do it using a macro
Dynamic chart based on cell selection
This method uses a macro to determine determine the selected cells row and column which then populates a 'helper' / hidden column with the data from the active cells column. The helper column is then used as the data for the chart.
Does anyone know how to accomplish this without using VBA? (see ios comment above)
This workbook will be used exclusively on iPads for field work. As far as I know the ios version of excel does not support macros so I will have to make this chart without using macros.
I've figured out how to do it using a macro
Dynamic chart based on cell selection
This method uses a macro to determine determine the selected cells row and column which then populates a 'helper' / hidden column with the data from the active cells column. The helper column is then used as the data for the chart.
Does anyone know how to accomplish this without using VBA? (see ios comment above)