Hey there,
Sorry for my poor English in advance, am no native speaking and writing person. This question has to work in Excel 2007.
For an sheet what we use to store the hours as an indication for what we need, I need a formula. But no idea how to get it done since my knowledge of Excel is moderate.
Multiple people fill in their hours and sometimes adjust them. So if it is previously 6 and they need more (9 for example), they just type in that specific cell 9 and thereby overwriting the 6.
Problem is that we want to track the changes with a formula and if needed add a cell color, but I am uncertain on what function accomplish this. I know how to format it, so I can add a cell color. It is the part from the change between old and new value where I am not certain on what to do.
So as example of what we want: If in cell C6 is a value of 6 and someone adjusts it to 14, the difference is 8. So the formula must detect that the change is equal or more then 8. With formatting it we make the rule that the cell is shown in orange. If the change between the old and new value is 7 or less, nothing happpens besides the value change.
Thx for the help in advance
Gonio
The above I posted a while back. Seems this can't be done in a formula. I know a bit of VBA, but doing what we want in VBA is not my strongsuit. If anyone can assist to acomplish above story in VBA I would be greatfull.
The color part is the most needed for now, but the check would also be handy for a future purpose with a userform to combine it with graphs for analysing purpose. This is assuming that it can be done VBA. Not sure if a check can be made comparing the old value of a cell and the new intended value trough a form?
1: If new input and there was no previous value the color would be blue
2: If value is already exisiting a small increase up to about 7 nothing happens, but as soon as it is equal or greater then 8 it needs a orange color
Thx for any feedback on this matter.