exceldaddy
New Member
- Joined
- Jul 9, 2015
- Messages
- 6
Hi everyone,
I was wondering if it is possible for excel to pull out the highest number when the digits are divided by dots. Please note the amount of numbers in between the dots are not constant (although they are always between 1-4 numbers). For example I have a table that looks like:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Xbox[/TD]
[TD]8.123.12[/TD]
[/TR]
[TR]
[TD]Playstation[/TD]
[TD]7.213.55[/TD]
[/TR]
[TR]
[TD]Xbox[/TD]
[TD]8.999.121[/TD]
[/TR]
[TR]
[TD]Nintendo[/TD]
[TD]9.232.121[/TD]
[/TR]
[TR]
[TD]Playstation[/TD]
[TD]6.232.231[/TD]
[/TR]
</tbody>[/TABLE]
(although it has over thousands of rows).
I am looking for my output to pull out the highest number while searching for a specific criteria. I expect my output to look something like:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Xbox[/TD]
[TD]8.999.121[/TD]
[/TR]
[TR]
[TD]Playstation[/TD]
[TD]6..232.231[/TD]
[/TR]
[TR]
[TD]Nintendo[/TD]
[TD]9.232.121[/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance for the time and help.
I was wondering if it is possible for excel to pull out the highest number when the digits are divided by dots. Please note the amount of numbers in between the dots are not constant (although they are always between 1-4 numbers). For example I have a table that looks like:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Xbox[/TD]
[TD]8.123.12[/TD]
[/TR]
[TR]
[TD]Playstation[/TD]
[TD]7.213.55[/TD]
[/TR]
[TR]
[TD]Xbox[/TD]
[TD]8.999.121[/TD]
[/TR]
[TR]
[TD]Nintendo[/TD]
[TD]9.232.121[/TD]
[/TR]
[TR]
[TD]Playstation[/TD]
[TD]6.232.231[/TD]
[/TR]
</tbody>[/TABLE]
(although it has over thousands of rows).
I am looking for my output to pull out the highest number while searching for a specific criteria. I expect my output to look something like:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Xbox[/TD]
[TD]8.999.121[/TD]
[/TR]
[TR]
[TD]Playstation[/TD]
[TD]6..232.231[/TD]
[/TR]
[TR]
[TD]Nintendo[/TD]
[TD]9.232.121[/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance for the time and help.