I have a table that is getting its data from an Odata connection to our accounting system. In my excel workbook, I can feed filters to that table that a user can manipulate to select the year, account, dept, etc. etc.
As the user selects those filters, the table rows grow or shrink automatically.
One of the columns contains a url formatted so that I can wrap it in the excel hyperlink formula, and its clickable, it does not come through as clickable in the table.
My table is in columns A:C, the url in the table is in column C, my hyperlink formula is in column D. Is there a way to setup column D so that it also grows or shrinks as the table does automatically.
Another example is that in Column B of my table, is a code, the code equates to a state, I have an index match in column E taking that code and finding the two letter abbreviation based on another tab in the workbook called states. I too would want this to grow and shrink as the table does.
As the user selects those filters, the table rows grow or shrink automatically.
One of the columns contains a url formatted so that I can wrap it in the excel hyperlink formula, and its clickable, it does not come through as clickable in the table.
My table is in columns A:C, the url in the table is in column C, my hyperlink formula is in column D. Is there a way to setup column D so that it also grows or shrinks as the table does automatically.
Another example is that in Column B of my table, is a code, the code equates to a state, I have an index match in column E taking that code and finding the two letter abbreviation based on another tab in the workbook called states. I too would want this to grow and shrink as the table does.