Formulas!?!?!????

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an excel spreadsheet that contains employee information. Column B is
headed "Status" and contains either an "Active" or "Terminated" value.
Column D is headed "Tenure" and contains the numerical value of how long they
have worked with the company (i.e. 4.5 years).

I would like to know how to calculate the average tenure of all "Active"
employees. Any help is appreciated!!!
 
See other post.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Hi!

Entered as an array using the key combo of CTRL,SHIFT,ENTER:

=AVERAGE(IF(Column_B="active",Column_D))

Biff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Formulas!?!?? 2
Formula to another forumula? 10
Average if questions 2
formula 1
formula/s 2
sum and count text and numbers same column 1
How do I create a small array from a larger one? 3
Conditional Sum 6

Back
Top