Count unique values in week

Remsnow

New Member
Joined
Aug 19, 2015
Messages
46
Office Version
  1. 365
Hi

We have two sheets, one with candidate booking information(booked) and one with candidate payment information (paid). Both spreadsheetshave the week number in a text value ‘Week 1’ , ‘Week 2’, ‘Week 3’ etc. What weare needing to do is find out the number of unique workers that were booked andnumber of workers paid in a given week. So on the front page we will be doing asummary with a column of week numbers i.e. Week 1, Week 2 etc and column headers'Booked' – 'Worked' . So what we want to do is ‘if the column in week 1 = thesummary ‘week 1’, count the unique number of workers listed in the ‘bookedsheet’. Equally we also want the same lookup to go and see ‘if the data in‘paid’ spreadsheet equals week 1, go and give us a unique count.


I understand sumifs and countifs I just cannot figure outhow to go and do a unique count if this is even possible?
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Maybe something like this:
These are array formulas and must be entered with CTRL-SHIFT-ENTER.
Drag formula down as needed.
These formulas assume there will be no blanks in the name column.

Excel Workbook
ABCDEF
1WeekEmployeeCountBookedPaid
2Week1Name1Week132
3Week1Name2Week222
4Week1Name1Week332
5Week1Name1
6Week1Name4
7Week2Name2
8Week2Name1
9Week2Name2
10Week3Name2
11Week3Name2
12Week3Name4
13Week3Name1
14Week3Name4
Booked
Excel Workbook
AB
1WeekEmployee
2Week1Name1
3Week1Name1
4Week1Name1
5Week1Name4
6Week2Name2
7Week2Name1
8Week2Name2
9Week3Name2
10Week3Name2
11Week3Name4
Paid
 
Upvote 0
Hi there! Thank you very much for the response. I have managed to get the E2 formula to work I just cannot get the CELL F2 formula to work, it says I have entered too few arguments for the function!

Do you know what the issue might be please?
 
Upvote 0
Hi, sorry my fault! There was a missing ) !

Thank you so much for your help, this is amazing, thank you, really appreciate!
 
Upvote 0

Forum statistics

Threads
1,214,971
Messages
6,122,517
Members
449,088
Latest member
RandomExceller01

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