Hi,
There are two list as followes:
In A3 and A4 i would like to have duplicates sorted as followes:A1 A2
2 6
5 4
7 8
6 2
5 4
Because 2,6 and 5,4 have occured twice same way or either way.A3 A4
2 6
5 4
Thanks
Hi,
There are two list as followes:
In A3 and A4 i would like to have duplicates sorted as followes:A1 A2
2 6
5 4
7 8
6 2
5 4
Because 2,6 and 5,4 have occured twice same way or either way.A3 A4
2 6
5 4
Thanks
Are you sure about the cell addresses? They are all the same column. It also appears (by cell row numbers) you want the output to overwrite the source data.
What am I missing?
Dave
I think OP should read this first: ROW & COLUMN
@ sandy
That was my first thought, too. OP's previous posts seem to indicate otherwise. I'm stumped.
I'd better shut up instead of writing something unpleasant![]()
![]()
![]()
My mistake, it was supposed to be A1 B1 AND C1 OR C2 ETC SERIALLY.
If you mean like this
A B C D 1 2 6 2 6 2 5 4 5 4 3 7 8 4 6 2 5 5 4
Then try this formula in C2 fill down and across until you get blanks. A simpler way has not occurred to me.
Formula:
Please Login or Register to view this content.
Also try array entering this one in C2 fill down and across. If you aren’t familiar with array-entered formulas array enter means the formula must be committed from edit mode by simultaneously pressing and holding down Ctrl and Shift while hitting Enter.Formula:
Please Login or Register to view this content.
This is simpler. Also array entered.Formula:
Please Login or Register to view this content.
Hi, Dave thanks a million for saving my time and energy, that latest formula did the magic.
cheers
You're welcome. Thanks for the feedback.
HI, Dave what if there are three coloumns, as followes:
and the resolution in A4, A5, A6 should be:A1 A2 A3
2 9 15
3 6 7
2 2 4
5 5 6
2 9 15
cheersA4 A5 A6
2 9 15
Just include the additional range in column C, array enter in D1, fill down and across until you get blanks.
Formula:
Please Login or Register to view this content.
A B C D E F 1 2 9 15 2 9 15 2 3 6 7 3 2 2 4 4 5 5 6 5 2 9 15
Hi, Dave what if there are more than 100 rows, it not working for even for 15 rows atleast
Extend the range in FlameRetired's formula.
PHP Code:
=IFERROR(INDEX(A$1:A$5,SMALL(IF(FREQUENCY($A$1:$A$5*$B$1:$B$5*$C$1:$C$5/
($A$1:$A$5+$B$1:$B$5+$C$1:$C$5),
$A$1:$A$5*$B$1:$B$5*$C$1:$C$5/($A$1:$A$5+$B$1:$B$5+$C$1:$C$5))>1,ROW($A$1:$A$5)-
MIN(ROW($A$1:$A$5))+1),ROWS($1:1))),"")
Last edited by Indi_Ra; 02-08-2018 at 02:47 PM.
Hi, Indi_Ra thank you for the answer, i have still got couple of questions still unsolved.
1. What if there are 300 rows for 3 coloumns A,B,C? FOR EXAMPLE:
the outcome should be like this![]()
Please Login or Register to view this content.
2. What if there are 300 rows for only 2 coloumns A,B?![]()
Please Login or Register to view this content.
Cheers
Last edited by LAVA2; 02-08-2018 at 04:53 PM.
You get answers for both question.
in post 13 from FlameRetired and also mine answer post 151. What if there are 300 rows for 3 coloumns A,B,C? FOR EXAMPLE:
in post 9 from FlameRetired2. What if there are 300 rows for only 2 coloumns A,B?
why you ask again? Did you try that formulas?
YES I HAVE TRIED SEVERAL TIMES USING THE FORMULAS:
AND![]()
Please Login or Register to view this content.
but however i try it won't work unless for very small ranges up to 10 not more than that.![]()
Please Login or Register to view this content.
Any suggestions?
Are you array entering the formulas ... Ctrl + Shift + Enter?
Yes Dave i have done Ctrl + Shift + Enter
but still there is problem, whenever range is increased from 5 to 242 formula doesn't works.
Please provide some suggestions
thanks
Please attach your workbook.
Unfortunately the attachment icon doesn't work at the moment, so to attach an Excel file you have to do the following: just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.
NB: as a Moderator, I never accept friendship requests.
Forum Rules (updated August 2023): please read them here.
Hi, thanks for the suggestion , i have posted the workbook.
Desperately waiting for your reply
cheers
I hope you are not seriously expecting anyone to pick through this file and work out what you are trying to do. Please would you provide a much simplified version with your expected results clearly marked out? Thanks.
@LAVA2
You don't say you have many blank rows (cells).
Remove that empty row and all formulas work well.
You have this formula:
=IFERROR(INDEX(C$1:C$236,SMCLL(IF(FREQUENCY($C$1:$C$236*$D$1:$D$236/($C$1:$C$236+$D$1:$D$236),$C$1:$C$236*$D$1:$D$236/($C$1:$C$236+$D$1:$D$236))>1,ROW($C$1:$C$236)-MIN(ROW($C$1:$C$236))+1),ROWS($1:1))),"")
Of course that formula don't work!!!! That SMCLL should be SMALL
Next time copy, carefully, formulas from this site, don't write yourself.
Last edited by Indi_Ra; 02-09-2018 at 10:44 AM.
Dear Indi_Ra Thank you very very much for solving this issue. Yes next time i should be more considerate and careful in such delicate matters.
Thanks again![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks