Remove duplicates based on column number #1552
Unanswered
johncwelch
asked this question in
Q&A
Replies: 2 comments 2 replies
-
let's say
$obj = Import-Excel .\discuss.xlsx Output: A B
alice 20 |
Beta Was this translation helpful? Give feedback.
1 reply
-
@johncwelch Thanks for the question. Does this exist? Or it is how you'd like to be able to use it? $theWorkSheet.UsedRange.RemoveDuplicates(columnumber) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way with ImportExcel to deduplicate based on column values?
If you're scripting excel directly, then it would be say $theWorkSheet.UsedRange.RemoveDuplicates(columnumber)
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions