Very New Need Help With Average

meetbalips

New Member
Joined
May 22, 2021
Messages
2
Office Version
  1. 365
Platform
  1. Windows
How do I find the average time of each letter?
Time in SecondsLabel 1Label 2Label 3
56ABP
98REG
77RTO
41RQG
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
Hi, use averageif formula.

Excel Formula:
=AVERAGEIF($B$2:$B$5,B8,$A$2:$A$5)

As the labels are in different column, is it possible to change the data set?

fso.xlsm
AB
1Time in SecondsLabel 1
256A
398R
477R
541R
656B
798E
877T
941Q
1056P
1198G
1277O
1341G
Sheet3
 
Upvote 0
No, I can't or don't know how. The real file has over 20k rows and columns over to GG.
 
Upvote 0

Forum statistics

Threads
1,223,714
Messages
6,174,048
Members
452,542
Latest member
Bricklin

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