Select AB3:AB10,
Data Validation, AB3 the first cell of your selected range.
=AB3>AA3
When I enter 5 in AB4, it will get error.
For conditional formatting.
Select AB3:AB10, conditional formatting>Use a formula...
=AB3<AA3
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Greetings,
I have a very large Excel Sheet to gather Data and use to calculate other fields based on some of the sheet fields. I need to make sure that with some data validations guide users to enter logical data. For example there are 2 fields [OutsideDiameter] and [InsideDiameter]. I need to ensure that values entered for [InsideDiameter] field is not >= [OutsideDiameter].
Second, I need to use color formatting to alert and expose these cells that doesn't meet this condition by using the Conditional Format rules.
Thanks for any help.
P/N: I use the data validation as shown, but the problem with that is if OUTSIDEDIAMETER has no value, the Validation doesn't work!!
Below is a sample data
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.
Greetings Snow Lu.
Thank you for replay. This is working similar to the option I used, which has the same shortcoming. So, if the "compared to" cell has blank value, the validation will not work. Example, if AA6 is Blank and I entered 3 in cell AB6, the validation will not work. After that, I then can enter values in Cell AA6 that are greater than AB6, which are violating the validation rule.
I also thank you for the format tip.
You may set another separate rule in AA column, then it will check both AA column and AB column.