Hey there. I've just started to understand how macros work on excel. I've done a workbook containing a weekly-upadated information. Every week another line of information is added to the workbook.
I want to make a simple thing like this: I want the macro to check every cell on the chosed line. if the cell is equal to the cell above him, it will be remain with "no fill". if the cell is greater than the cell above him, it will be painted with green. and if he is less, it will be painted in red. no a hard task, though I'm not sure how to create this macro.
I also understand that something like this can be created using "condicional formatting" option, though I couldn't find a quick way to apply it on many cells, only on one (and that's not helpful enough).
thanks alot for any help given..