using Unique() function question

INN

Board Regular
Joined
Feb 3, 2021
Messages
123
Office Version
  1. 365
Platform
  1. Windows
Hi I have a table below and I want to answer this question
Q) List customers who have had service one time?
ps: this is not homework. I remember i was able to do that using Unique() question but I forgot how? Thank you so much

Customer NameService TypeDate
MaryTire Rotation
2023-04-03​
EricOil Change
2023-06-11​
JackBrake Pads
2023-06-07​
LizCar Wash
2023-06-26​
AnnaTransmission Flush
2023-04-29​
lizTire Rotation
2023-03-28​
SamOil Change
2023-05-01​
JackBrake Pads
2023-04-03​
MaryCar Wash
2023-03-05​
EricTransmission Flush
2023-04-01​
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Maybe:

Book2
ABCDE
1Customer NameService TypeDate1 Service
2MaryTire Rotation2023-04-03Anna
3EricOil Change2023-06-11Sam
4JackBrake Pads2023-06-07
5LizCar Wash2023-06-26
6AnnaTransmission Flush2023-04-29
7lizTire Rotation2023-03-28
8SamOil Change2023-05-01
9JackBrake Pads2023-04-03
10MaryCar Wash2023-03-05
11EricTransmission Flush2023-04-01
Sheet1
Cell Formulas
RangeFormula
E2:E3E2=FILTER(A2:A11,COUNTIF($A$2:$A$11,$A$2:$A$11)=1)
Dynamic array formulas.
 
Upvote 1
Thank you so much. I asked Chatgpt and they give me all kind of solution except this! Thank you again
That's why Chatgpt is not allowed on this forum - it's too unreliable so far.

Glad we could help! :)
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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