Forum Discussion

svaydtla's avatar
svaydtla
Copper Contributor
Dec 03, 2021
Solved

Calculating Average Prices

Would like to know how to calculate: The average closing prices on days with below average volume and an above average open price.    Excel file attached for reference. 
  • OliverScheurich's avatar
    Dec 03, 2021

    svaydtla 

    =AVERAGE(IF(AVERAGE(E4:E1312)>(E4:E1312),IF(AVERAGE(F4:F1312)<(F4:F1312),D4:D1312)))

     

    Is this what you are looking for? I have to enter formula with ctrl+shift+enter because i don't work with Office365 or 2021.

Resources