Hi, I have 0 coding experience and am hoping someone can help me solve a fairly simple task. Say, I have a table with 5 rows and 3 columns. Let's say row names are Uno, Due, Tre, QUattro, Cinque, and column names are Alpha, Beta, Gamma. Users input numerical values in cells in this table. I need to create a new table in a separate tab where each row is: First Column - name of the row from original
Second Column: name of the column from original
Third Column - a drop down list, same list for all the rows
And most importantly, the number of rows equals the number that the user inputted in the original table for the cmbination. So I need to take this:
And transform into this:
I hope this makes sesne. Any help would be greatly appreciated.
Second Column: name of the column from original
Third Column - a drop down list, same list for all the rows
And most importantly, the number of rows equals the number that the user inputted in the original table for the cmbination. So I need to take this:
And transform into this:
I hope this makes sesne. Any help would be greatly appreciated.