Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a list of 4 numbers with a sum at the bottom. One of the 4 numbers is
a calculation, the others are direct entry. The calculated number cannot be less than zero. How do I fix this so it doesn't allow this when the number is calculated? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The calculated number cannot be less than zero.
You should have posted the formula. Try changing your current formula to something like this: =MAX(0,your_current_formula_here) -- Biff Microsoft Excel MVP "CindyMc" wrote in message ... I have a list of 4 numbers with a sum at the bottom. One of the 4 numbers is a calculation, the others are direct entry. The calculated number cannot be less than zero. How do I fix this so it doesn't allow this when the number is calculated? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Select the three cells that create the sum. (I'll assume B1:B3). Under Data -
Validation, choose custom rule. Input the following: =SUM($B$1:$B$3)=0 Note that if a user simply selects a cell however and presses "delete" a negative sum is still possible. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "CindyMc" wrote: I have a list of 4 numbers with a sum at the bottom. One of the 4 numbers is a calculation, the others are direct entry. The calculated number cannot be less than zero. How do I fix this so it doesn't allow this when the number is calculated? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Overriding formula | Excel Worksheet Functions | |||
Prevent calculation on open | Excel Discussion (Misc queries) | |||
Prevent negative numbers from changing to positive in calculation | New Users to Excel | |||
Prevent EXCEL from rounding the result of a calculation | Excel Discussion (Misc queries) | |||
Data validation to prevent duplicate entry. | Excel Discussion (Misc queries) |