Hi all!
Let me describe how the Excel file is written before I get to the problem.
I have three rows, say row 1, 2 and 3.
Row 1: name of all the months and an additional field where it's written "change".
Row 2: numbers for all the months (filled when the year starts)
Row 3: numbers for all the months (empty before the year starts)
The column "change" has two cells merged into one for row 2 and 3.
Now to my problem. I want to compare the numbers in row 2 and 3 for each month, if a change in numbers is detected I want an "X" to pop up in the merged cell saying "change". Eg. if the value for January is 5 in row 1 and 5 in row 2 there is no change and nothing will happen, but if the value would have been 4 in row 2 I want an "X" to pop up where it's says "change".
So I want Excel to compare the values for each month and as soon as one change is detected an X will pop up and stay there, no matter if the change was in January and no other changes exist for the rest of the months.
Values for row 2 is written before the year starts and values for row 3 is added as the months go by, so I need Excel to look month by month starting with January and somehow to know what month it is, eg. if it's April the comparison should only go to MARCH (since the results can be seen one month after) and not further, since there aren't any values for the rest of the year on row 3.
(The values on row 2 is an estimation of how many days a plant will be closed and the values on row 3 is the actual days the plant was closed, which can differ if something unexpected happens. When the plant is on the whole month nothing is written in the cell, not even a zero).
I'm no Excel pro and would have solved it with a lot of IF-arguments, but I need more IF-arguments than what's allowed.
Would appreciate your help! Thanks!
Bookmarks