G Guest Sep 11, 2004 #1 If C2 > B2, I want to change B2 to C2, if not, I want to leave B2 unchanged. I cannot figure out how to do this, can anyone offer advice?
If C2 > B2, I want to change B2 to C2, if not, I want to leave B2 unchanged. I cannot figure out how to do this, can anyone offer advice?
B Biff Sep 12, 2004 #3 Hi! You can do this but it requires an intentional circular reference! Use at your own risk! Goto Tools>Options>Calculation. Check Iteration and set to 1. In B2 enter this formula: =MAX(C2,B2) Biff
Hi! You can do this but it requires an intentional circular reference! Use at your own risk! Goto Tools>Options>Calculation. Check Iteration and set to 1. In B2 enter this formula: =MAX(C2,B2) Biff