compare alpha numeric

G2K

Active Member
Joined
May 29, 2009
Messages
355
Hi,

I have some data in alfanumeric form which i need to compare.

DF4
DF14
DF15

AG12
AG15
AG5

is there any way to compare alphanumeric in excel or any method to extract number from given value and compare

Thanks
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
There are standard string comparison operators <, <= , =, >, >=

What kind of comparison are you looking for?
 
Upvote 0
it compares data on alphabates where as i am looking for numeric compare of given data i.e A14 is greater than Z13

i want to comapre the numeric field only
 
Upvote 0
Is the non-numeric prefix always 2 digits?

if so, =(MID(A1,3,100)+0)<(MID(B1,3,100)+0) should compare the numeric parts of A1 and B1.
 
Upvote 0
thanks for your quick reply

but, if the data format is like one alphabet and 1 numeric like A9
then this formula will extract null

is there any method to fix this problem.
 
Upvote 0

Forum statistics

Threads
1,215,063
Messages
6,122,930
Members
449,094
Latest member
teemeren

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top