Hello,
I have a spreadsheet with large number of columns including 15 criteria cols. I need to create a column (such as Value 1 example below), where the contents are the value in the same row as the header specified in Criteria 1 . There are over 50 columns with 15 different criteria columns. Each row has different data values in each coiumn.
| beta | class | usertext | Criteria1 | Value 1 | Criteria2 | Value 2 |
| alpha | 2 | arrow | Class | 2 | beta | |
| gamma | null | basket | beta | gamma | Class | |
| x-ray | 5 | flower | UserText | flower | UserText | |
so in value 2 the first row would be alpha, the second would be null, the third flower.
I am stuck with working out what tools would be required. Any assistance appreciated 🙂