Google Sheets - Prevent Duplicate Entries

Поділитися
Вставка
  • Опубліковано 27 жов 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.

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

  • @guylepage33
    @guylepage33 9 місяців тому

    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

  • @kmsoo4568
    @kmsoo4568 Рік тому

    Thank you, badly needed this

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

  • @Tamika-Thielen
    @Tamika-Thielen Рік тому

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

  • @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  Рік тому +1

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

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

  • @CarlosHernandez-f1p
    @CarlosHernandez-f1p Місяць тому

    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.

  • @matharden77
    @matharden77 3 роки тому

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

  • @BellaHoney
    @BellaHoney 3 роки тому

    super helpful! Thanks!

  • @esanariam
    @esanariam 3 роки тому

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

  • @hamadk7128
    @hamadk7128 3 роки тому

    Thank you, it was very helpful!

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

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

  • @yatzin8634
    @yatzin8634 2 роки тому

    Thank you so much!!!

  • @osamahalmarwai837
    @osamahalmarwai837 2 роки тому

    Great video, thank you.

  • @ddsbt09
    @ddsbt09 3 роки тому

    Very helpful! Tnank!

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

  • @GV-gn3mj
    @GV-gn3mj 8 місяців тому

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

    • @ProlificOaktree
      @ProlificOaktree  8 місяців тому

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

  • @mouhammadali9605
    @mouhammadali9605 2 роки тому

    How i can hight light duplicate values in deferent sheets? 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.

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

  • @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  Рік тому +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.

  • @dayamarketing
    @dayamarketing 3 роки тому

    thanks for the video

  • @jamescurtmaribojoc1896
    @jamescurtmaribojoc1896 2 роки тому

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

  • @BlankHero
    @BlankHero 3 роки тому

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

  • @MyHealthAccessories
    @MyHealthAccessories 6 місяців тому

    How to put a color for desame number are duplicate

  • @GomezMark-ne4ez
    @GomezMark-ne4ez Рік тому

    how to prevent duplicate entries on multiple sheets?

  • @upalipdud
    @upalipdud 2 роки тому

    how to use this google form?

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

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

  • @pemburumalam86
    @pemburumalam86 3 роки тому

    How we link with google form?

    • @ProlificOaktree
      @ProlificOaktree  3 роки тому

      See here ua-cam.com/video/vQw2jDlylDU/v-deo.html

  • @AkashRajput-vd9et
    @AkashRajput-vd9et 4 роки тому

    thanks

  • @muhammadayub9489
    @muhammadayub9489 7 місяців тому

    cool

  • @ndalae2322
    @ndalae2322 3 роки тому

    Thank you so much!!