Chris_010101

Board Regular
Joined
Jul 24, 2017
Messages
191
Office Version
  1. 365
Platform
  1. Windows
Hello,

I'll try and keep this simple.

Sheet 1: Current 12 Months

In column B, I have a list of employee IDs. As this is an absence tracker, each separate occasion of absence for each employee is added as a new row (so the same employee could have multiple rows).

Sheet 2: Occasions Current 12 Months

In column B, I would like to use a function to copy only unique employee IDs from column B on the first sheet, so that each employee ID is only copied once.

I could do unique records with an advanced sort but would have to manually refresh each day. A formula will allow sheet 2 to auto-update when new data is added into sheet 1.

Appreciate the help.

Kind Regards
Chris
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
 
Upvote 0
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
That's done, thanks
 
Upvote 0
Thanks for that.
How about
Excel Formula:
=UNIQUE(FILTER(Sheet1!B2:B1000,Sheet1!B2:B1000<>""))
 
Upvote 0
Solution

Forum statistics

Threads
1,216,561
Messages
6,131,417
Members
449,651
Latest member
Jacobs22

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