Google Sheets - Prevent Duplicate Entries

Поделиться
HTML-код
  • Опубликовано: 28 ноя 2024

Комментарии • 59

  • @bigdrew34
    @bigdrew34 3 года назад +8

    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.

  • @guylepage33
    @guylepage33 10 месяцев назад

    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

  • @adminoffice6541
    @adminoffice6541 3 года назад +2

    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

  • @gavdos88.8fmgreekradio5
    @gavdos88.8fmgreekradio5 3 года назад +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.

  • @CarlosHernandez-f1p
    @CarlosHernandez-f1p 2 месяца назад

    Is there a way to do this but with alternanting cells along the same row? I am using a google sheets for a game. As a tie breaker users can input a number in their column and closest number wins. I would like to prevent users from using the same number without having to visually look through the row to see if there is a duplicate.

  • @breakthroughbusinessinsigh9336
    @breakthroughbusinessinsigh9336 2 года назад

    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  2 года назад +1

      Whoa, not sure. Maybe a custom formula? You can create one now with the new Named function ability.

  • @kmsoo4568
    @kmsoo4568 Год назад

    Thank you, badly needed this

  • @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,

  • @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  Год назад +1

      I don't think so. Sorry!

    • @esiahs-life
      @esiahs-life Год назад

      I appreciate your response. Thank you.@@ProlificOaktree

  • @mouhammadali9605
    @mouhammadali9605 2 года назад

    How i can hight light duplicate values in deferent sheets? Thank you

  • @GV-gn3mj
    @GV-gn3mj 9 месяцев назад

    What if I have a couple of columns to apply the data validation condition. It would be with countifs?

    • @ProlificOaktree
      @ProlificOaktree  9 месяцев назад

      Hard to tell without seeing the spreadsheet but yeah, sounds like you're headed in the right direction.

  • @doneros7218
    @doneros7218 2 года назад

    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  2 года назад +1

      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.

  • @50abdulla
    @50abdulla 4 года назад +2

    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 3 года назад

      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...

  • @Tamika-Thielen
    @Tamika-Thielen Год назад

    Very useful tricks. Thanks for share. (Supper helpful). Your explain clearly.

  • @andregieniec1160
    @andregieniec1160 3 года назад +1

    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.

  • @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 года назад +1

      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 года назад +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!

  • @esanariam
    @esanariam 4 года назад

    Exactly What I was looking for!!! Thank you so much!!

  • @hamadk7128
    @hamadk7128 3 года назад

    Thank you, it was very helpful!

  • @MyHealthAccessories
    @MyHealthAccessories 7 месяцев назад

    How to put a color for desame number are duplicate

  • @BellaHoney
    @BellaHoney 3 года назад

    super helpful! Thanks!

  • @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.

  • @osamahalmarwai837
    @osamahalmarwai837 3 года назад

    Great video, thank you.

  • @matharden77
    @matharden77 3 года назад

    This is a great explanation of your solution, thank you very much!

  • @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?

  • @upalipdud
    @upalipdud 2 года назад

    how to use this google form?

  • @jamescurtmaribojoc1896
    @jamescurtmaribojoc1896 2 года назад

    Hi its showing me This cell's contents violate its validation rule

  • @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 года назад +1

      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.

  • @ddsbt09
    @ddsbt09 3 года назад

    Very helpful! Tnank!

  • @BlankHero
    @BlankHero 4 года назад

    Thanks! now is there a way to combine that + list of items

  • @GomezMark-ne4ez
    @GomezMark-ne4ez Год назад

    how to prevent duplicate entries on multiple sheets?

  • @ndalae2322
    @ndalae2322 3 года назад

    Thank you so much!!

  • @dayamarketing
    @dayamarketing 3 года назад

    thanks for the video

  • @pemburumalam86
    @pemburumalam86 3 года назад

    How we link with google form?

    • @ProlificOaktree
      @ProlificOaktree  3 года назад

      See here ruclips.net/video/vQw2jDlylDU/видео.html

  • @AkashRajput-vd9et
    @AkashRajput-vd9et 4 года назад

    thanks

  • @muhammadayub9489
    @muhammadayub9489 8 месяцев назад

    cool

  • @yatzin8634
    @yatzin8634 2 года назад

    Thank you so much!!!