Average with a twist

swaink

Active Member
Joined
Feb 15, 2002
Messages
432
Hi All

I have attempted to solve this problem myself and have found some formulas here that nearly do the trick but not quite.

In Column A I have cells that contain four characters ie BG01, BG02 etc
In column B I have time values.

Using advanced filter I have listed the unique values of those in column A I now wish to calculate the average time based on those characters.

IE give me the average time for all the times where column A contains BG01

I also need to ignore time values where the time is 00:00:00.

Any assistance that can be offered would be greatly appreciated

best regards

Kevin

:eek:
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Try:

=AVERAGE(IF(A2:A100="BG01",IF(B2:B100>0,B2:B100)))

adjust ranges to suit.

Confirm with Ctrl+Shift +Enter not just Enter.
 
Upvote 0
Hi There

absolutely spot on, works great

Appreciate your time and help

All the best

Kevin
 
Upvote 0

Forum statistics

Threads
1,215,043
Messages
6,122,822
Members
449,096
Latest member
Erald

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