Sparda142

Board Regular
Joined
Dec 19, 2018
Messages
52
Hello,

Why am i getting #DIV/0! ???

=AVERAGEIFS($C$3:$C$40929,$B$3:$B$40929,$E3,$D$3:$D$40929,F$2)

1ABCDEFGHIJKL
2MondayTuesdayWednesdayThursdayFridaySaturdaySunday
DateIntervalAHT in SecondsWeekday2345671
31/2/20188:00 AM3238:00 AM#DIV/0!
41/2/20188:00 AM10439:00 AM
51/2/20188:00 AM14310:00 AM
61/2/20188:00 AM151311:00 AM
71/2/20188:00 AM565312:00 PM
81/2/20188:00 AM6131:00 PM
91/2/20188:00 AM10832:00 PM
101/2/20188:00 AM5733:00 PM
111/2/20188:00 AM6134:00 PM
121/2/20188:00 AM3835:00 PM
131/2/20188:00 AM1036:00 PM
141/2/20188:00 AM4337:00 PM
151/2/20188:00 AM5238:00 PM
161/2/20189:00 AM11439:00 PM
171/2/20189:00 AM141310:00 PM
181/2/20189:00 AM10311:00 PM
191/2/20189:00 AM283
201/2/20189:00 AM453
211/2/20189:00 AM1163
221/2/20189:00 AM183
231/2/20189:00 AM5093
241/2/20189:00 AM323

<colgroup><col><col><col><col><col><col><col><col><col><col><col><col><col></colgroup><tbody>
</tbody>
 

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.
What is in F2?
Also in you post all of col D is 3, so there is nothing to average
 
Upvote 0
I used the following formula "=MINUTE(A3)*60+SECOND(A3)" to get the value of 00:00:32 into seconds to try and make the formula work. Then applied the "=AVERAGEIFS($C$3:$C$40929,$B$3:$B$40929,$E3,$D$3:$D$40929,F$2)" to receive the average however got the error #DIV/0!

Example : 00:00:32 = 32
 
Upvote 0
Care to answer my question?
 
Upvote 0
In an empty cell enter
=B3=E3
What does it say?
Also try
=D3=G2
What does that say.
I have not downloaded your file, as I don't trust that site.
 
Upvote 0

Forum statistics

Threads
1,215,064
Messages
6,122,942
Members
449,094
Latest member
teemeren

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