excel - Median of specific transactions -


i have following sheet:

enter image description here

i take median rows k.

i know how take median of transactions. hard part me "search k , take transactions".

any recommendations how solve this?

i appreciate answer!

something should work:

=median(if(a2:a16="k",b2:b16)) 

and press ctrl+shift+enter evaluate it


Comments

Popular posts from this blog

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -