Hello - Looking to display 2 columns of data from a source table based on a selection from a drop down in a separate tab. I have the drop down/data validation already (B1:D1) but need assistance in having the list(s) populate. For the data I'd like to show up, one column is static in terms of value/text (A), the second column displayed (B:D) will change based on the drop down selection. For example, if in the drop down I select 'best', Id like a Rating, price, margin in one column and 3, 3, 3 in the second column.
Maybe there is a better way to do this...
Source table
Maybe there is a better way to do this...
Source table
Good | Better | Best | |
Rating | 1 | 2 | 3 |
Price | 1 | 2 | 3 |
Margin | 1 | 2 | 3 |