Forum Discussion

calof1's avatar
calof1
Iron Contributor
Jun 27, 2019
Solved

Find KURTOSIS with excel. Need formula to select relevant data for KURT()

Hi,   I have found the KURT(data) formula in excel can find the kurtosis of a set of results. However if my data includes multiple sets of products such as stock codes, how can i find the KURT for...
  • SergeiBaklan's avatar
    Jun 27, 2019

    calof1 

     

    Taking into account what KURT ignores all texts it could be array formula (Ctrl+Shift+Enter) like

    =KURT(IF($B$4:$B$16=H6,$C$4:$C$16,"ignore"))

    And KURT requires at least 4 numbers.

Resources