J jt4lsu Jan 12, 2009 #1 I have a column that I am using auto-sum. The total of that column cannot exceed a certain number. What is the formula?
I have a column that I am using auto-sum. The total of that column cannot exceed a certain number. What is the formula?
G Gord Dibben Jan 12, 2009 #3 =MIN(100,SUM(A1:A10)) will return 100 if the SUM is more than 100 Gord Dibben MS Excel MVP