Quantcast
Channel: Active questions tagged worksheet-function - Super User
Viewing all articles
Browse latest Browse all 1191

Search value and put in another cell in Excel

$
0
0

I want Excel online to put for example value of 0.01 for eurusd on this chart.

I cant figure out how to do this from another cells value.

I tried vlookup function but was unable to get it to work correctly in the table.

I want it to look at a column and input pip value auto if it can from the top of the Excel spreadsheet.

Here is my code but does not work in Excel online:

=XLOOKUP(A2,{"AUDCAD","AUDCHF","AUDJPY","AUDNZD","AUDUSD","CADCHF"," CADJPY"},"CHFJPY","EURAUD","EURCAD","EURJPY","EURNZD","EURUSD","GBPAUD","GBPCAD", "GBPCHF","GBPJPY","GBPNZD","GBPUSD","NZDCAD","NZDCHF","USDCAD","USDCHF","USDJPY", "EURGBP","EURCHF","NZDJPY"},{0.0073,0.011,0.0071,0.006,0.01,0.011,0.0071,0.0071,0.0065,0.0073,0.0071,0.006,0.01,0.0065,0.0073,0.011,0.0071,0.006,0.01,0.0073,0.011,0.0073,0.011,0.0071,0.012,0.011,0.007})

enter image description here


Viewing all articles
Browse latest Browse all 1191

Trending Articles