Average ifs or function???

cmholmes

New Member
Joined
May 13, 2013
Messages
30
Hello, I have a question about the Average/if or AVERAGEIFS functions. I am trying to do an average of all the salaries for part time and full time employees, but the full time employees have a date range criteria that is different than the part time employees.

Full Time
7/1/14
12/31/14
Average Salary
Part Time
9/1/14
12/31/14
?
Name
Employer
Salary
Salary Type
Start Date
Benefits
John C
X0x
20000
P
12/1/14
N
Sarah M
XZ
40000
F
10/31/14
N
Jack F
XY
35000
F
8/20/14
Y
James R
YX
15000
P
9/15/14
N
Pat C
ZZ
45000
F
11/17/14
Y
Bob D
ZM
5000
P
5/2/14
N

<tbody>
</tbody>
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
You might have to do this with an array function or sumifs/countifs and manually calculate the average
(sumifs for part time + sumifs for full time)/(countifs for part time + countifs for full time)
 
Upvote 0

Forum statistics

Threads
1,216,101
Messages
6,128,838
Members
449,471
Latest member
lachbee

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