Calculate weighted average of requests/driver based on data set in csv format
Anonymous
this can be done using SUMPRODUCT and SUM functions. Weighted average can be calculated as SUMPRODUCT(NUMBER, WEIGHT)/SUM(WEIGHT)
Check out your Company Bowl for anonymous work chats.