No video

Remove duplicates without losing any info | Excel Power Query

  Рет қаралды 26,487

Excel with Paolo

Excel with Paolo

Күн бұрын

Learn to easily merge and group duplicates in Excel using Power Query's built-in function. Say goodbye to losing important information and hello to a cleaner, more organized dataset in this step by step tutorial for beginners. Maximize your data's potential with Power Query.
If you enjoyed this video, please like and subscribe to my channel.
Also, if you have any tutorial requests, leave a comment below!

Пікірлер: 42
@excelwithpaolo
@excelwithpaolo Жыл бұрын
Subscribe for more Excel Power Query tutorials!
@Oldwood-p8b
@Oldwood-p8b Ай бұрын
opened a 4th chakra in my brain and I finally managed to do what I wanted to after 2h of struggle, thank you sir
@ashkanfb
@ashkanfb Жыл бұрын
This video saved me after many hours of struggling with power query - thank you!!
@excelwithpaolo
@excelwithpaolo Жыл бұрын
I’m so happy I could help!
@ahmathsibi7872
@ahmathsibi7872 5 ай бұрын
I was searching for this almost for a week.Thank You
@cuba_rj
@cuba_rj 11 күн бұрын
I am trying this to sum overtime sheets containing duplicated dates. Thanks.
@SndfOmar
@SndfOmar 4 ай бұрын
Awesome! Using that trick to fool PQ into summing Emails then edit the code. Glad to subscribe. 👏
@excelwithpaolo
@excelwithpaolo 4 ай бұрын
Thanks for the sub!
@MagiaCreadora
@MagiaCreadora 4 ай бұрын
Graaacias me ayudaste un montón!
@Tam0rr
@Tam0rr 10 ай бұрын
Excellent video well explained, I appreciate that Paolo!
@warrenanderson412
@warrenanderson412 8 ай бұрын
This was great...thank you so much!
@htmlcssjsmysqlphp6753
@htmlcssjsmysqlphp6753 7 ай бұрын
It works! Thank you
@user-hk8pk3sk9h
@user-hk8pk3sk9h Жыл бұрын
Very helpful indeed.... Thanks alot.
@uc7602
@uc7602 Жыл бұрын
This video very helpful. Thank you!
@excelwithpaolo
@excelwithpaolo Жыл бұрын
Thanks for watching!
@J3LVN1
@J3LVN1 3 ай бұрын
This was extremely helpful as I had duplicate contact emails and didn’t want to lose any. I also have numbers I’m trying to combine but Text.Combine doesn’t work on numerical values. Any tips?
@excelwithpaolo
@excelwithpaolo 3 ай бұрын
Try converting the field type to text before merging.
@timothywilliams7094
@timothywilliams7094 2 ай бұрын
@@excelwithpaolo This is a very helpful video!!! thank you, I am having a "dataformat error: we could not convert Number". I read where you can remove the "Changed Type" portion of query, but i am not sure what if anything should replace it. When you simply remove it it gives a "Expression.SyntaxError: Invalid identifier". For back ground - i am doing a similar contact merge as you did, I have 18K rows. Lots of the information is Null, which could be part of my problem, but i am not sure. I did convert the data to text on the original excel (source). Any suggestions would be very helpful.
@stephenclarke7351
@stephenclarke7351 11 ай бұрын
good knowledge
@407bala
@407bala Жыл бұрын
that was amazing.
@excelwithpaolo
@excelwithpaolo Жыл бұрын
Thanks a lot!
@FRANKWHITE1996
@FRANKWHITE1996 3 ай бұрын
nice
@pankajadhikari2260
@pankajadhikari2260 3 ай бұрын
Awesome...How about adding email id in new column rather than separating it through ;? Also how about if we have numbers & not text?
@excelwithpaolo
@excelwithpaolo 3 ай бұрын
Can always split it out into columns using Split.
@pankajadhikari2260
@pankajadhikari2260 3 ай бұрын
@@excelwithpaolo I have 3 columns in the duplicate line which I want to move like you had for email id. One column is in characters. So if I choose 'SUM' in GROUP BY option it works. My other 2 columns have numbers so if I choose 'SUM' in GROUP BY option it simply sums it & does not work. Is there any other option I should choose than 'SUM'? Later on I will use 'Text To Columns' to split my values.
@mans0011
@mans0011 9 ай бұрын
This is awesome, thanks! What about if you have multiple duplicates, like email addresses AND phone numbers?
@excelwithpaolo
@excelwithpaolo 9 ай бұрын
Thanks for watching. You can add another field/aggregation when grouping and follow the same approach. Add as many fields as you want.
@fatmaahmed750
@fatmaahmed750 6 ай бұрын
Thank you :))))
@amac852hk-4
@amac852hk-4 6 ай бұрын
Thanks
@mosessule6909
@mosessule6909 9 ай бұрын
Hi, i have an issue though, what if i want all the names merged as one name and then emails as one email, considering that my data has the same name and emails, the name on the left and mails on the right but some names are not paired to their mails,but are paired to their mails as u scroll down. I don’t know if my explanation is clear enough. Thanks
@MoonShine-bs6cl
@MoonShine-bs6cl Жыл бұрын
Pls make a video in power bi desktop power query if we have 2 tables and i need only the date column from other table, but while performing merge my dataset is getting duplicated. When i hav many to many in both the tables how to perform merge.
@computerdaddymultimedia281
@computerdaddymultimedia281 4 ай бұрын
Is there a way to add a new source of data, but have the query "bypass" any row that would cause a duplicate?
@excelwithpaolo
@excelwithpaolo 4 ай бұрын
Not sure I understand what you mean by bypass, but Power Query follows the steps in order. So if you append a new data source after the group by steps, they will not be merged with the other rows.
@computerdaddymultimedia281
@computerdaddymultimedia281 4 ай бұрын
@@excelwithpaolo bypass as in skip over. Imagine a master sheet that has two columns named widget and notes. and in row a1 is widget 1, a2 widget 2, b1 - some message. Now I have a new sheet/table that has widget 1, widget, widget 3. Is there a way to tell Power Query to only update the row with new data (Widget 3) and skip (widget 1 and 2).
@excelwithpaolo
@excelwithpaolo 4 ай бұрын
@computerdaddymultimedia281 It's a little tricky. You could first consolidate all your files, then take the oldest record for each widget (assuming you have a date stamp for each record which is easy to add), and then merge duplicates. This would merge the data from the older records and ignore the newer ones.
@computerdaddymultimedia281
@computerdaddymultimedia281 4 ай бұрын
@@excelwithpaolo Thx you very much for your help and time. After some testing, it looks like if I sort by file (Mainfile , then update file) and then execute a remove duplicates I was able to achieve the results I wanted.
@vidsbyme2590
@vidsbyme2590 6 ай бұрын
Thank you. How would I rather than combine but put the 2nd email into another column under the same name/row? john doe(row 1), $xxxx (column b) $xxx (column c) john doe (row 2), $xoxoxo (column b), $oyoyoy (column c) I want to move row 2 (because it is the same name), column b & C up to column D & E row 1. I have hundreds of rows some have two or more duplicate names. I am trying to create a mail merge to send out email payment reminders and only want to send one email with all their payments listed. Thanks.
@excelwithpaolo
@excelwithpaolo 6 ай бұрын
Combine and then split based on the delimiter would be one way.
@user-yc5hv6jd7f
@user-yc5hv6jd7f 9 ай бұрын
What if you want to do the same but instead of different emails, its client ID numbers? Is there a different code I can use?
@excelwithpaolo
@excelwithpaolo 9 ай бұрын
If it’s a number, try converting it to a string/text before using the approach in the video. I don’t think Text.Combine will work on numbers unless they are converted.
@gaara33373
@gaara33373 Жыл бұрын
Hello. But how can I remove duplicates from only 1 column?
@excelwithpaolo
@excelwithpaolo Жыл бұрын
In that case, when you're removing duplicates, only select the column you want to base the removal on vs. all the columns.
VLOOKUP with multiple lookup values | Excel Power Query
4:40
Excel with Paolo
Рет қаралды 7 М.
SCHOOLBOY. Последняя часть🤓
00:15
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 12 МЛН
123 GO! Houseによる偽の舌ドッキリ 😂👅
00:20
123 GO! HOUSE Japanese
Рет қаралды 4,7 МЛН
Logo Matching Challenge with Alfredo Larin Family! 👍
00:36
BigSchool
Рет қаралды 18 МЛН
Why Is He Unhappy…?
00:26
Alan Chikin Chow
Рет қаралды 106 МЛН
3 Essential Excel skills for the data analyst
18:02
Access Analytic
Рет қаралды 1,5 МЛН
EVERY Way to Remove Duplicates in Excel , Do You Know Them ALL!
9:00
MyOnlineTrainingHub
Рет қаралды 35 М.
Remove Duplicates But Keep First Instance in Excel | 4 Methods
6:57
Chester Tugwell
Рет қаралды 9 М.
Power BI Remove Duplicate Records And Keep Most Recent
7:53
The Algebra Teacher POWERS to BI
Рет қаралды 41 М.
Merge Data Like a Pro with Power Query (No VLOOKUP Required!)
28:31
Travis Cuzick
Рет қаралды 2,1 М.
How to Remove Duplicate Rows with Power Query in Excel
5:40
Chris Menard
Рет қаралды 2,5 М.
Say Goodbye to IF Statements in Excel with SWITCH
7:45
Teacher's Tech
Рет қаралды 492 М.
How To Remove Duplicate Rows In Power Query Based On Conditions
11:41
Enterprise DNA
Рет қаралды 39 М.
Three EASY Ways to Find and Remove Duplicates in Excel
8:56
Leila Gharani
Рет қаралды 1,2 МЛН
SCHOOLBOY. Последняя часть🤓
00:15
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 12 МЛН