G Guest Sep 13, 2004 #1 How do I set a max value to a cell. and if the value in that cell exceeds the value. How do I place the remainder in another cell?
How do I set a max value to a cell. and if the value in that cell exceeds the value. How do I place the remainder in another cell?
F Frank Kabel Sep 13, 2004 #2 Hi if your value is stored in A1 use the following two formulas B1: =MAX(A1,number) C1: =A1-B1