Hi,
I typed 1 in any cell and then copied it. I then selected the filled up cells of columns E to I. Right click > Paste Special > Multiply > OK. This process converted the "numbers stored as text to numbers". Then i applied conditional formatting.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using the MAX function in Microsoft Excel to find the highest value in each row. I've got a sheet of info with well over 1,000 rows, so this is the only practical way to do this. The problem seems to be when it hits a row where the value is under 1,000, it simply doesn't highlight the highest value in that row.
I'm using the very basic formula =F2=MAX($F2:$M2). Anyone have any idea what I'm doing wrong?
Also, what formula do I use to find the SECOND highest value in each row?
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi,
I typed 1 in any cell and then copied it. I then selected the filled up cells of columns E to I. Right click > Paste Special > Multiply > OK. This process converted the "numbers stored as text to numbers". Then i applied conditional formatting.
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
The values are left-aligned. Could some of them be text values?
Could you create a copy of the database, strip away everything that isn't relevant to the problem, as well as all sensitive information, then make the copy available through one of the websites that let you upload and share a file, such as OneDrive, Google Drive, FileDropper or DropBox. Post a link to the uploaded and shared file in a reply here.
Why don’t you just introduce a column on the far left-hand side of your data and enter the formula:-
=MAX(E1:M1)
- (based on your range) and copy down the column?
If you initially do this copy down process on a row by row basis you should soon see where the error(s) is.
If that is true (some values are text) and you cannot change this behaviour then perhaps this formula in CF will do:
=AND(--F2=MAX(--($F2:$M2)),F2<>"")
Jan