Hi all!
I currently have two columns, each with fractions in them. They are visual acuities for the right eye and the left eye (the fraction that shows how good someone can see in each eye...e.g., 20/20, 20/10, etc.). I am trying to find a way to enter the maximum between the two cells into a third column, and the minimum into a a fourth column. In other words, I want to get the following results from A1 and B1:
A1 = 20/30 , B1 = 20/70, C1 = 20/30, D1 = 20/30
I tried using this formula: =MAX(A1,B1), but it is not working. I have about 1500 rows to do this for, so I'd appreciate any help! Thanks =)
I currently have two columns, each with fractions in them. They are visual acuities for the right eye and the left eye (the fraction that shows how good someone can see in each eye...e.g., 20/20, 20/10, etc.). I am trying to find a way to enter the maximum between the two cells into a third column, and the minimum into a a fourth column. In other words, I want to get the following results from A1 and B1:
A1 = 20/30 , B1 = 20/70, C1 = 20/30, D1 = 20/30
I tried using this formula: =MAX(A1,B1), but it is not working. I have about 1500 rows to do this for, so I'd appreciate any help! Thanks =)