excel - Finding the average of mixed data -


i have following set in worksheet:

currency, return after 1 minute, 5 minutes, 30 minutes, 1 hour, 2 hours, 4 hours, 8 hours , 24 hours.

there lot of lines this. need take average of 1 minute returns of particular currency.

for example, first , second columns this:

eur, .01

gbp, .02

usd, -.01

jpy, -.01

aud, .02

eur, .01

how consolidate information in new table has currencies headers, , times rows, average of returns time.

like this:

time - eur - chf - gbp - jpy

1m -- .01 -- .01 -- .01 --. 01

thanks!

with of data being provided in 2 columns, may run issue can't know data representing. added third column timing. please consider it. function columns similar following:

https://drive.google.com/file/d/0bxyswwhvwfsvrencd1zzbtnpckk/view?usp=sharing

=averageifs($b:$b,$c:$c, e3,$a:$a,"eur") 

download file machine check out.

a pivot table may nice if want create 1 , can add additional flexibility adding additional data ease.

please advise if going vba macro , put 1 you.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -