How to change color of a cell in one sheet if its value increases or decreases from another cell value in a different sheet
Posted
by
Sean Coffey
on Super User
See other posts from Super User
or by Sean Coffey
Published on 2012-12-15T19:04:32Z
Indexed on
2012/12/15
23:07 UTC
Read the original article
Hit count: 236
excel-2007
I am putting together a workbook with 52 sheets for the weeks in the year. In this workbook there are multiple columns for percentages on each sheet.
I want to be able to change the color of each cell based on whethernit increases (green) or decreases (red) from the same cell in the previous sheet.
I have the formula i.e. =IF(ISERROR(B4/D4),"0", B4/D4)
to calculate my percentages but I don't know how to put the reference in for this change. Any help?
© Super User or respective owner