I have a table something like this:
text1A | text2A | value1A | text3A | value2A
text1B | text2B | value1B | text3B | value2B
text1C | text2C | value1C | text3C | value2C
If the value in column 3 is larger than the previous value, I would like the whole row to have a bottom border.
If the value in column 3 is smaller than the previous value, I would like the whole row to have a bold bottom border.
If the value in column 3 is equal, do nothing.
Anyone know how to do this with Excel conditional formating?
Thanks in advance.