Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have an Excel spreadsheet that lists all employees. Column C is headed
"status" (active/terminated) and Column E is headed "tenure" (numerical value of years w/company). I would like to calculate the average tenure for all active employees.....do you know if this is possible and if so how I can do it? Thanks!!!! |
#2
![]() |
|||
|
|||
![]()
=AVERAGE(IF(C2:C1000="active",E2:E1000)
which is an array formula, so commit with Ctrl-Shift-Enter -- HTH RP (remove nothere from the email address if mailing direct) "jbressma" wrote in message ... I have an Excel spreadsheet that lists all employees. Column C is headed "status" (active/terminated) and Column E is headed "tenure" (numerical value of years w/company). I would like to calculate the average tenure for all active employees.....do you know if this is possible and if so how I can do it? Thanks!!!! |
#3
![]() |
|||
|
|||
![]()
See other post
Biff "jbressma" wrote in message ... I have an Excel spreadsheet that lists all employees. Column C is headed "status" (active/terminated) and Column E is headed "tenure" (numerical value of years w/company). I would like to calculate the average tenure for all active employees.....do you know if this is possible and if so how I can do it? Thanks!!!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can i get formulas in excel to copy and paste? | Excel Worksheet Functions | |||
Array Formulas take waaaay too long... | Excel Worksheet Functions | |||
Problem with named formula's | Excel Worksheet Functions | |||
Formulas | Excel Worksheet Functions | |||
calculating formulas for all workbooks in a folder | Excel Worksheet Functions |