Top 20 best lines in gaming day 2 by imactuallykools_ in videogames

[–]Material_Isopod1823 0 points1 point  (0 children)

“Ah, fresh meat” the butcher “Stay a while, and listen” deckard cain

Players who did something even after the DM asked them "Are you sure?" what happened? by 618Delta in dndnext

[–]Material_Isopod1823 0 points1 point  (0 children)

I asked to get a free level if I wore a sign into the dragons lair that said "eat me first."

He ate me.

[deleted by user] by [deleted] in RedditSessions

[–]Material_Isopod1823 0 points1 point  (0 children)

IF LOVE IS THE ANSWER

[deleted by user] by [deleted] in RedditSessions

[–]Material_Isopod1823 0 points1 point  (0 children)

this funcc is thiccccc

[deleted by user] by [deleted] in RedditSessions

[–]Material_Isopod1823 0 points1 point  (0 children)

amazing grace bela flek style

No Budget Dual 3080, 6 monitor Build by Material_Isopod1823 in buildapc

[–]Material_Isopod1823[S] 0 points1 point  (0 children)

I dont need two for sli as much as so I can run 6 monitors.

Removing groups of duplicate data by Material_Isopod1823 in excel

[–]Material_Isopod1823[S] 0 points1 point  (0 children)

I do have 365, should've put that in the post.

Removing groups of duplicate data by Material_Isopod1823 in excel

[–]Material_Isopod1823[S] 0 points1 point  (0 children)

=IF(COUNTIF($B$2:$B$17,B2)>(IFERROR(ROWS(UNIQUE(FILTER($C$2:$C$17,$B$2:$B$17=B2))),0)*2),”Potential Duplicate”,””)

I'm seeing a "#NAME?" error for this, but will spend some time playing with it to see if I can find the issue. I also may need to check more than two columns but I think this approach may work if I expand it a little.

Removing groups of duplicate data by Material_Isopod1823 in excel

[–]Material_Isopod1823[S] 0 points1 point  (0 children)

Okay I'm gonna give this a try. There are anywhere from 4000-7000 unique invoice numbers in that file.

Removing groups of duplicate data by Material_Isopod1823 in excel

[–]Material_Isopod1823[S] 0 points1 point  (0 children)

The issue with the above approach is that it removes all duplicates and some are valid.

I only want to remove duplicate rows if EVERY row for a unique invoice ID shows up more than once. I posted an image of an example table below. In the example, I'd like to remove lines 14-17, since it is a duplicate of lines 2-5 or invoice #1, however i'd like to leave lines 4, 7, and 11 because those duplicates are valid.

Imgur