Hello,
I have this question MOS 2013 exam (I have Excel 2013):
fill all cells in the column that contain values of more than $100 with bright yellow.
My problem is the following: if i set conditional formatting like: Cell Value > 100, then it works but the first cell will be also yellow (the first cell in the column is a text, contains: ExtendedPrice).
So not just the values which are bigger than 100 will be yellow, but this header too. I can solve this by using this formula in conditional formatting for Column F: =AND(NOT(ISTEXT(F1));F1>100)
My question is, what should I do in a case like this, which is the better solution based on the excercise.
As far as I know MOS exams are corrected by computer, so I am afraid of that there is only one good solution.
Thanks!
I have this question MOS 2013 exam (I have Excel 2013):
fill all cells in the column that contain values of more than $100 with bright yellow.
My problem is the following: if i set conditional formatting like: Cell Value > 100, then it works but the first cell will be also yellow (the first cell in the column is a text, contains: ExtendedPrice).
So not just the values which are bigger than 100 will be yellow, but this header too. I can solve this by using this formula in conditional formatting for Column F: =AND(NOT(ISTEXT(F1));F1>100)
My question is, what should I do in a case like this, which is the better solution based on the excercise.
As far as I know MOS exams are corrected by computer, so I am afraid of that there is only one good solution.
Thanks!
Last edited: