Тёмный

Google Sheets - Prevent Duplicate Entries 

Prolific Oaktree
Подписаться 51 тыс.
Просмотров 56 тыс.
50% 1

Опубликовано:

 

6 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 58   
@bigdrew34
@bigdrew34 3 года назад
Awesome video! Super helpful. This video could be slightly expanded to enforce uniqueness on a combination of columns. For example this validation on A6 and B6 would enforce that the combination of Item # and Item Name for a given row isn't duplicated: =(COUNTIF(ARRAYFORMULA(A$6:A&B$6:B),A6&B6)=1). I couldn't find anything on the interwebs that gave this tip.
@adminoffice6541
@adminoffice6541 3 года назад
Very helpful, thank you. How can this be applied across multiple sheets? For example, I have 'xy' allocated in sheet 1 so I would like to prevent the user from allocating that value in sheet 2, sheet 3 etc
@guylepage33
@guylepage33 7 месяцев назад
Thanks for the great tutorial. What if we wanted to exclude any multiple dashes that occur in the range? How would you write that logic? Thx
@gavdos88.8fmgreekradio5
@gavdos88.8fmgreekradio5 2 года назад
Hi, I'd like to ask something: if we have a column with numbers only (e.g. customer phone numbers) and we want while we are entering a new number in this column, a warning message to appear, warning me that this number already exists, and if possible, to show me where (i.e., in which cell) this number is... is this possible in google sheets? And if yes, how can I do that? By means of what function? Thanks in advance.
@hansensuhindra98
@hansensuhindra98 4 месяца назад
same problem here, did you solved it?
@kmsoo4568
@kmsoo4568 Год назад
Thank you, badly needed this
@andregieniec1160
@andregieniec1160 3 года назад
Thanks! This helped a lot - somehow its hard to find in google.......
@ProlificOaktree
@ProlificOaktree 3 года назад
That's a good compliment. I try to fit these videos in where they're most needed.
@Tamika-Thielen
@Tamika-Thielen Год назад
Very useful tricks. Thanks for share. (Supper helpful). Your explain clearly.
@GV-gn3mj
@GV-gn3mj 6 месяцев назад
What if I have a couple of columns to apply the data validation condition. It would be with countifs?
@ProlificOaktree
@ProlificOaktree 6 месяцев назад
Hard to tell without seeing the spreadsheet but yeah, sounds like you're headed in the right direction.
@breakthroughbusinessinsigh9336
This was really great. I have a question (Google Sheets) if you would be so kind to help me. I have 4 cells (not in a range; they are independent cells) on a row that can only have the numbers 1, 2, 3 or 4 but with each of these numbers only showing once. How can I do that?
@ProlificOaktree
@ProlificOaktree Год назад
Whoa, not sure. Maybe a custom formula? You can create one now with the new Named function ability.
@MyHealthAccessories
@MyHealthAccessories 5 месяцев назад
How to put a color for desame number are duplicate
@mouhammadali9605
@mouhammadali9605 2 года назад
How i can hight light duplicate values in deferent sheets? Thank you
@50abdulla
@50abdulla 4 года назад
how can i apply this to all cells in "A" , so that if i enter any duplicated value , it will stop me from inputting. Any solution ?
@gavdos88.8fmgreekradio5
@gavdos88.8fmgreekradio5 2 года назад
have the same issue here... did you find any solution? I know it's been a year since you posted it, but I'm asking just in case...
@matthewpecoraro3431
@matthewpecoraro3431 3 года назад
Hi Mate, This is great. What about if you add a new row within that range, will it pick that new row up within the column? Is there a way to make this work for all data and potential data in that particular column? Many thanks,
@esanariam
@esanariam 3 года назад
Exactly What I was looking for!!! Thank you so much!!
@ProlificOaktree
@ProlificOaktree 3 года назад
Glad I could help!
@matharden77
@matharden77 3 года назад
This is a great explanation of your solution, thank you very much!
@ProlificOaktree
@ProlificOaktree 3 года назад
Thanks, I hope you can use it.
@matharden77
@matharden77 3 года назад
@@ProlificOaktree sure did!
@hamadk7128
@hamadk7128 3 года назад
Thank you, it was very helpful!
@doneros7218
@doneros7218 Год назад
Hey Profile Oaktree hope all is well, what if you don't want duplicate entries however, you would increase the quantity when one is received.
@ProlificOaktree
@ProlificOaktree Год назад
I would think you leave the list as is without doing what is in the video then summarize it with COUNTIF or a pivot table.
@BellaHoney
@BellaHoney 2 года назад
super helpful! Thanks!
@osamahalmarwai837
@osamahalmarwai837 2 года назад
Great video, thank you.
@esiahs-life
@esiahs-life Год назад
Hi Profile Oaktree, I have a question hoping you would be kind enough to help me. I am working on a CSV file right now with 300K+ columns, and I have noticed that there are duplicate entries for some columns. Fortunately, I have successfully removed them (that was exhausting *phew*), what I wanted to know now is that is it possible to use this formula when I am copy-pasting the entry and not inputting it? Thank you. :)
@ProlificOaktree
@ProlificOaktree Год назад
I don't think so. Sorry!
@esiahs-life
@esiahs-life Год назад
I appreciate your response. Thank you.@@ProlificOaktree
@jamescurtmaribojoc1896
@jamescurtmaribojoc1896 2 года назад
Hi its showing me This cell's contents violate its validation rule
@barbdz2335
@barbdz2335 3 года назад
how can I prevent duplicate text entries in google sheets, such as names? such as john Doe in line 3 and john Doe in line 20?
@ProlificOaktree
@ProlificOaktree 3 года назад
This should still work. "John Doe" is equal to "John Doe". Maybe you need to trim whitespace?
@yatzin8634
@yatzin8634 Год назад
Thank you so much!!!
@ddsbt09
@ddsbt09 3 года назад
Very helpful! Tnank!
@RachelSweeneyMK
@RachelSweeneyMK 4 года назад
Great simple video thank you! Question, is there a way to check if the whole row is a duplicate rather than just one cell in the row? Example: =Countif(A6:E25, A6:E6)? to check the whole row of A? I use google forms for booking appointments/ customer orders, and it is submitting duplicated submissions to my google sheets. Can not necessarily narrow it down to just one cell of their submission (I do not use an Item# like you have above).
@ProlificOaktree
@ProlificOaktree 4 года назад
It may be easier for you to use the UNIQUE function and look at the output.
@RachelSweeneyMK
@RachelSweeneyMK 4 года назад
@@ProlificOaktree Figured that out shortly after commenting. The UNIQUE function worked perfectly! Thank you.
@stefanidudley8585
@stefanidudley8585 2 года назад
@@RachelSweeneyMK I need to do the same thing. How do I use the UNIQUE function to accomplish that? Also, does it reject the input when they're completing the form or would that only work if they're filling out a spreadsheet? Thank you!
@LotfyKozman
@LotfyKozman 4 года назад
Very useful video. Thanks. How can I copy a range and paste it as a picture?
@ProlificOaktree
@ProlificOaktree 4 года назад
You'd have to do it with a screen shot tool outside of Google Sheets and then put it back in with Insert -> Image or the IMAGE function.
@GomezMark-ne4ez
@GomezMark-ne4ez Год назад
how to prevent duplicate entries on multiple sheets?
@dayamarketing
@dayamarketing 3 года назад
thanks for the video
@davidsookharry8555
@davidsookharry8555 4 года назад
how do create a Google form to enter the part numbers and prevents you from going forward if a duplicate entry is made or when the submit button is hit it doesn't record the response but produces an error message indicating a duplicate entry was done
@ProlificOaktree
@ProlificOaktree 4 года назад
I think you would need someone to write a custom plug in for something like that. Sheets could handle that, but not Forms.
@davidsookharry8555
@davidsookharry8555 4 года назад
@@ProlificOaktree thanks for your response, do you think that a data entry form could be created to handle that then?
@ProlificOaktree
@ProlificOaktree 4 года назад
@@davidsookharry8555 I don't really know.
@BlankHero
@BlankHero 3 года назад
Thanks! now is there a way to combine that + list of items
@upalipdud
@upalipdud 2 года назад
how to use this google form?
@AkashRajput-vd9et
@AkashRajput-vd9et 3 года назад
thanks
@ProlificOaktree
@ProlificOaktree 3 года назад
Welcome
@pemburumalam86
@pemburumalam86 3 года назад
How we link with google form?
@ProlificOaktree
@ProlificOaktree 3 года назад
See here ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-vQw2jDlylDU.html
@muhammadayub9489
@muhammadayub9489 5 месяцев назад
cool
@ProlificOaktree
@ProlificOaktree 5 месяцев назад
Fire
@ndalae2322
@ndalae2322 3 года назад
Thank you so much!!
@ProlificOaktree
@ProlificOaktree 3 года назад
You're welcome!
Далее
Сказала дочке НЕТ!
00:24
Просмотров 822 тыс.
Google Sheets - Count Duplicate or Unique Values
4:05
Interactive dashboards in Google sheets
17:42
Просмотров 79 тыс.
Google Sheets - Clear Contents, Keep Formulas
8:15
Просмотров 97 тыс.
How to remove duplicates in Google Sheets
7:06
Просмотров 148 тыс.
Excel - Find Duplicate Rows Based on Multiple Columns
15:02