Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to set up a box, that already has a value, so that if another box is
in the negative that amount is subtracted from the first box's value but if it's still positive it won't affect the first box's value. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi tomscobie,
Say your first cell (box) is A1 and the second is B1, and you want to have A1 show 10 unless B1 has a -ve value, in which case you want to reduce A1 by B1's value. A formula you'd put in A1 to do that could be: =10+MIN(B1,0) Cheers "tomscobie" wrote in message ... I want to set up a box, that already has a value, so that if another box is in the negative that amount is subtracted from the first box's value but if it's still positive it won't affect the first box's value. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
create excel spreadsheet on a data access page | Excel Discussion (Misc queries) | |||
Using Excel spreadsheet as input to Access | Excel Discussion (Misc queries) | |||
calling a C++ program from Excel 2000 and passing a result from C++ back to an excel spreadsheet | Excel Discussion (Misc queries) | |||
create excel spreadsheet to display data from filled text forms | Excel Discussion (Misc queries) | |||
How do I password protect cells in a spreadsheet created in Excel | Excel Worksheet Functions |