westend9876
Member
Hi. I have closing prices for two currency pairs. One sheet is EURJPY! and the other is USDJPY! Each day there is a new row of closing prices. I need to divide price of one by price of another for each row by row and divide that number by the number of rows of data. This result will be placed in cell A1 on sheet Results!
Here is what I'm trying to do in cell A1 on Results!
SUM(EURJPY!B2/USDJPY!B2,EURJPY!B3/USDJPY!B3,EURJPY!B4/USDJPY!B4,EURJPY!B5/USDJPY!B5,EURJPY!B6/USDJPY!B6...)/6
The ... in the formula means that the data will continue to append as each day passes. Column B for each sheet EURJPY! and USDJPY! contains the price data.
I need a formula that can pull the data from each sheet row by row and append itself with the new daily data. I can not SUM column B on each sheet because in yields incorrect fractional results. It has to be row by row.
Thanks
Here is what I'm trying to do in cell A1 on Results!
SUM(EURJPY!B2/USDJPY!B2,EURJPY!B3/USDJPY!B3,EURJPY!B4/USDJPY!B4,EURJPY!B5/USDJPY!B5,EURJPY!B6/USDJPY!B6...)/6
The ... in the formula means that the data will continue to append as each day passes. Column B for each sheet EURJPY! and USDJPY! contains the price data.
I need a formula that can pull the data from each sheet row by row and append itself with the new daily data. I can not SUM column B on each sheet because in yields incorrect fractional results. It has to be row by row.
Thanks