I have a range of data in which some items are all numeric and others are mixed character / numeric. I have converted it all to text fields within Excel.
For example Cell 1 = 22640
Cell 2 = 06N0405
If I sort this data ascending, cell 1 comes before cell 2.
However using if(cell 1 > Cell 2) gives the result that cell 1 is larger. Why is this?
For example Cell 1 = 22640
Cell 2 = 06N0405
If I sort this data ascending, cell 1 comes before cell 2.
However using if(cell 1 > Cell 2) gives the result that cell 1 is larger. Why is this?