Drag Average Formula Vertically, But Reference Increasing Columns

multifidus

New Member
Joined
Feb 2, 2023
Messages
14
Office Version
  1. 365
Platform
  1. MacOS
I am trying to figure out a way to drag my formulas vertically, but have them increase their reference by one column. For instance, the first image shows the main table where the formulas would be located (summary). Group A's data is in the second figure. I would like to average all the values for item 1 and have that be in B2 of the summary, the average of item 2 to be in B3, etc. How can I write my average formula to automatically increment one column (Item 1 data is in column A, Item 2 data is in Column B, etc.).

Thank you!
 

Attachments

  • Screenshot 2024-02-26 at 12.58.20 PM.png
    Screenshot 2024-02-26 at 12.58.20 PM.png
    10.2 KB · Views: 9
  • Screenshot 2024-02-26 at 12.58.29 PM.png
    Screenshot 2024-02-26 at 12.58.29 PM.png
    13.9 KB · Views: 8

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
How about in B2 only
Excel Formula:
=TOCOL(BYCOL(A2:J10,LAMBDA(bc,AVERAGE(bc))))
 
Upvote 1
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,951
Members
449,095
Latest member
nmaske

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top