R
rightdp
I work for a travel-nursing agency. We send nurses to hospitals aroun
the country on a contractual basis. I am trying to create
spreadsheet that will monitor how many contracts are "closed" (al
paperwork is completed) each month. I am using a query to pull all o
the information from our database. All but one thing is working great
Our quota is 4-13 week contracts per month. I am using the followin
formula to monitor total number of 13-week contracts closed by eac
Recruiter:
{=SUM(IF(G7:G1000>=13,IF(H7:H1000="JaneD",1,0)))}
Column G is where the number of contracted weeks is shown. JaneD i
the name of the Recruiter. This formula works great because it count
every contract that is greater than or equal to 13 as one contrac
toward the quota. The problem is, if the contract is 26 weeks, thi
will count as two contracts toward the quota but my formula stil
counts it one time. I basically need to know if it is possible t
create a formula that will count as one toward the quota for every 1
weeks. i.e.- 13 weeks = 1, 24 weeks = 1, 26 weeks = 2
I hope this doesn’t sound ridiculously confusing. Thanks for an
help!
-Dusti
the country on a contractual basis. I am trying to create
spreadsheet that will monitor how many contracts are "closed" (al
paperwork is completed) each month. I am using a query to pull all o
the information from our database. All but one thing is working great
Our quota is 4-13 week contracts per month. I am using the followin
formula to monitor total number of 13-week contracts closed by eac
Recruiter:
{=SUM(IF(G7:G1000>=13,IF(H7:H1000="JaneD",1,0)))}
Column G is where the number of contracted weeks is shown. JaneD i
the name of the Recruiter. This formula works great because it count
every contract that is greater than or equal to 13 as one contrac
toward the quota. The problem is, if the contract is 26 weeks, thi
will count as two contracts toward the quota but my formula stil
counts it one time. I basically need to know if it is possible t
create a formula that will count as one toward the quota for every 1
weeks. i.e.- 13 weeks = 1, 24 weeks = 1, 26 weeks = 2
I hope this doesn’t sound ridiculously confusing. Thanks for an
help!
-Dusti