jthompson_25
New Member
- Joined
- Jan 24, 2022
- Messages
- 7
- Office Version
- 365
- 2021
- Platform
- Windows
Dear all,
I have a data table of currency values, the top row contains all the currency pairings (GBP/EUR, EUR/USD etc). Whilst the columns on the LHS of the sheet contain information on the location and owner of the currency.
I am trying to write a formula capable of pulling out all the unique values in a row and transposing them into a list, once the list of numerical values is transposed I then wish to use these unique numerical values to pull out further information from my table.
So far I have tried {=INDEX(D5:T32,MATCH(0,COUNTIF($C$35:C35,D5:D32),0))} unfortunately this returns an N/A error I believe because my arrays are different sizes
In the image I am trying to pull out the orange figure and place it into the template (cells D38:39), once I have the orange figure in the template I can then use other formulas to pull values associated with this.
Thank you in advance for any help provided
I have a data table of currency values, the top row contains all the currency pairings (GBP/EUR, EUR/USD etc). Whilst the columns on the LHS of the sheet contain information on the location and owner of the currency.
I am trying to write a formula capable of pulling out all the unique values in a row and transposing them into a list, once the list of numerical values is transposed I then wish to use these unique numerical values to pull out further information from my table.
So far I have tried {=INDEX(D5:T32,MATCH(0,COUNTIF($C$35:C35,D5:D32),0))} unfortunately this returns an N/A error I believe because my arrays are different sizes
In the image I am trying to pull out the orange figure and place it into the template (cells D38:39), once I have the orange figure in the template I can then use other formulas to pull values associated with this.
Thank you in advance for any help provided