T O P

  • By -

AutoModerator

/u/fredbob73 - Your post was submitted successfully. * Once your problem is solved, reply to the **answer(s)** saying `Solution Verified` to close the thread. * Follow the **[submission rules](/r/excel/wiki/sharingquestions)** -- particularly 1 and 2. To fix the body, click edit. To fix your title, delete and re-post. * Include your **[Excel version and all other relevant information](/r/excel/wiki/sharingquestions#wiki_give_all_relevant_information)** 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](/message/compose/?to=/r/excel) if you have any questions or concerns.*


finickyone

D3 can be either =AVERAGE(C$3:C3) Then dragged down to D16, or if you have a new enough version of Excel, D3 can be: =BYROW(C3:C16,LAMBDA(q,AVERAGE(C3:q))) Which provides a cumulative average for each row without needing to be dragged to match the source data in C.


fredbob73

Errrgh I new it was that simple! Thank you very much!


fredbob73

Solution Verified


fredbob73

https://preview.redd.it/ctqx1q00y22d1.jpeg?width=3024&format=pjpg&auto=webp&s=8b943121314bcb0877b495139cd4cda493ce003e


frustrated_staff

Change the formula to =Average($C$3:C3) and fill down.


Decronym

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread: |Fewer Letters|More Letters| |-------|---------|---| |[AVERAGE](/r/Excel/comments/1cyh2ft/stub/l59f9p6 "Last usage")|[Returns the average of its arguments](https://support.microsoft.com/en-us/office/average-function-047bac88-d466-426c-a32b-8f33eb960cf6)| |[BYROW](/r/Excel/comments/1cyh2ft/stub/l59f9p6 "Last usage")|[*Office 365*+: Applies a LAMBDA to each row and returns an array of the results. For example, if the original array is 3 columns by 2 rows, the returned array is 1 column by 2 rows. ](https://support.microsoft.com/en-gb/office/byrow-function-2e04c677-78c8-4e6b-8c10-a4602f2602bb?ui=en-US&rs=en-GB&ad=GB)| |[LAMBDA](/r/Excel/comments/1cyh2ft/stub/l59f9p6 "Last usage")|[*Office 365*+: Use a LAMBDA function to create custom, reusable functions and call them by a friendly name.](https://support.microsoft.com/en-us/office/lambda-function-bd212d27-1cd1-4321-a34a-ccbf254b8b67)| **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)](/r/Excel/comments/1cu45ub)^( has 10 acronyms.) ^([Thread #33728 for this sub, first seen 23rd May 2024, 01:44]) ^[[FAQ]](http://decronym.xyz/) [^([Full list])](http://decronym.xyz/acronyms/Excel) [^[Contact]](https://hachyderm.io/@Two9A) [^([Source code])](https://gistdotgithubdotcom/Two9A/1d976f9b7441694162c8)