First Time Poster!

Amy Lloyd

New Member
Joined
Oct 4, 2022
Messages
4
Office Version
  1. 365
Platform
  1. Windows
Hi,

I am new to the site but hoping someone can help with ease...

I have a tab in a workbook that includes a list of dates when a companys vacancies were given approval - column E. I have another column that provides for the date when the vacancy was filled - column O.

I am looking to create a table in a new tab with each month of the year spanning across columns F:Q and want to use the data in the first tab to calculate how many vacancies were open and closed in each month in the summary table. See image attached, ignore the numbers already in the table - these are a result of failed COUNTIF formulas.

Any advice would be appreciated.

Thanks,
 

Attachments

  • Excel Data Page 1.JPG
    Excel Data Page 1.JPG
    37.6 KB · Views: 10
  • Excel Summary Table.JPG
    Excel Summary Table.JPG
    42.2 KB · Views: 11

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
from you description i believe this will work for your needs. let me know if there is anything missing or still needed
----------------------
data
Book1
EFGHIJKLMNO
1date approval obtainedlive vacancy dateCV's courcereplaced employeecandidate nameinternal/ direct/ agencyhiring managerdepartmentSMF/ certifiedcontract typeoffer?
21/15/20212/10/2021
31/18/20213/5/2021
42/15/20214/1/2021
52/18/20214/5/2021
62/20/2021
73/15/2021
Sheet1

-------------------------
result
Book1
ABCDEFGHIJKLMNOPQ
1Status1/1/212/1/213/1/214/1/215/1/216/1/217/1/218/1/219/1/2110/1/2111/1/2112/1/211/1/222/1/223/1/224/1/22
2Open2310000000000000
3Closed
4Filled0112000000000000
5On Hold
6Total
Sheet2
Cell Formulas
RangeFormula
B2:Q2B2=COUNTIFS(Table2[date approval obtained],">="&B1,Table2[date approval obtained],"<"&C1)
B4:Q4B4=COUNTIFS(Table2[offer?],">="&B1,Table2[offer?],"<"&C1)
 
Upvote 0

Forum statistics

Threads
1,215,730
Messages
6,126,528
Members
449,316
Latest member
sravya

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