how to get an average for a certain letter

streamer1234

New Member
Joined
Nov 27, 2024
Messages
9
Office Version
  1. 365
Platform
  1. Windows
please help, I've tried to figure out the formula that will give me an average of letter "M" ( which will double up for letter "R" ) everything I've tired has not worked.
i have an average for both letters now which im trying to separate it to see the average per letter ( per month ).

the columns they are in are F and G. ( for the number side F2:f158 is how many days it took to deliver a product, column G2:G158 is the letter section "R and M"

how do i get the average day of deliveries for both letters per month ?

thanks :) A
 

Attachments

  • Screenshot 2025-01-23 121904.png
    Screenshot 2025-01-23 121904.png
    10.3 KB · Views: 17
  • Screenshot 2025-01-23 121927.png
    Screenshot 2025-01-23 121927.png
    10.7 KB · Views: 17

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
A bit of a guess, based on your description, rather than the two pictures:

FGHIJ
1No of daysType
23RAverage
35MR5.3
43MM4.9
52MAll5.1
66R
75R
87M
98R
108M
118M
126R
135R
146R
153R
161M
17
Sheet1
Cell Formulas
RangeFormula
J3:J4J3=AVERAGEIFS(F$2:F$16,G$2:G$16,I3)
J5J5=AVERAGE(F2:F16)
 
Upvote 0
the columns they are in are F and G. ( for the number side F2:f158 is how many days it took to deliver a product, column G2:G158 is the letter section "R and M"
That does not mention dates or months so how are we to know what is in what month?
If the previous suggestion has not solved your problem then perhaps you could use XL2BB to give us some smallish sample dummy data and the expected results manually filled in, and explain again in relation to that sample data?
(If you have trouble with XL2BB, review the "XL2BB Icons greyed out" link in the 'Known XL2BB issues' section near the top of the XL2BB Instructions page linked above.)
 
Upvote 0

Forum statistics

Threads
1,226,067
Messages
6,188,701
Members
453,493
Latest member
BRACE

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