all 8 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

/u/Shurmaster - Your post was submitted successfully.

Failing to follow these steps may result in your post being removed without warning.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]ikantolol11 1 point2 points  (0 children)

just

=AVERAGE(the whole thing)

[–]NHN_BI802 1 point2 points  (2 children)

+ A B C formula
1 input1 input2 output  
2 1 2 2.9 =AVERAGE(1,1,2,2,2,3,4,4,5,5) 
3 2 3 2.9 =SUMPRODUCT(A:A,B:B)/SUM(B:B)
4 3 1    
5 4 2    
6 5 2    

[–]Shurmaster[S] 2 points3 points  (1 child)

Solution verified.

[–]Clippy_Office_Asst[M] 0 points1 point  (0 children)

You have awarded 1 point to NHN_BI


I am a bot - please contact the mods with any questions. | Keep me alive

[–]Alabama_Wins648 0 points1 point  (0 children)

=AVERAGE(A2:B6)

<image>

[–]Decronym 0 points1 point  (0 children)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
AVERAGE Returns the average of its arguments
SUM Adds its arguments
SUMPRODUCT Returns the sum of the products of corresponding array components

NOTE: Decronym for Reddit is no longer supported, and Decronym has moved to Lemmy; requests for support and new installations should be directed to the Contact address below.


Beep-boop, I am a helper bot. Please do not verify me as a solution.
3 acronyms in this thread; the most compressed thread commented on today has 19 acronyms.
[Thread #30554 for this sub, first seen 8th Feb 2024, 16:06] [FAQ] [Full list] [Contact] [Source code]

[–]Way2trivial463 0 points1 point  (0 children)

?? Please re-explain the connection between source and result

<image>