Hi,
So, I have a sheet with SKU/Item numbers and another sheet with just SKU/Item numbers where i need to fill average, std. dev. max, min and mode . I need to use index/match to the Item number in that other sheet and only then calculate an average or standard deviation or any other trick that may work best.
I have used different variations of Index/Match and as well as Stddev with IF statement to no avail. Here's a sample formula I have been using:
=STDEV(IF('Sheet1'!D8:D8676='Sheet2'!A2),Sheet1T!G8:G8676)
I was able to use AVERAGEIF with no problem but there's no similar function for STDDEV or MAX or MIN
So, I have a sheet with SKU/Item numbers and another sheet with just SKU/Item numbers where i need to fill average, std. dev. max, min and mode . I need to use index/match to the Item number in that other sheet and only then calculate an average or standard deviation or any other trick that may work best.
I have used different variations of Index/Match and as well as Stddev with IF statement to no avail. Here's a sample formula I have been using:
=STDEV(IF('Sheet1'!D8:D8676='Sheet2'!A2),Sheet1T!G8:G8676)
I was able to use AVERAGEIF with no problem but there's no similar function for STDDEV or MAX or MIN