Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have some formulas in a couple of cells but I don't want them to calculate
yet. Some other cells are dependant on it and I would like it to show a - in the cell. The situation is that it deals with inventory for a place that sells vehicles. I don't want trade in cars to calculate until they are sold because it shows a loss. Or maybe I'm doing the calculation wrong. I don't think it should be that I need to delete the formulas until that vehicle is sold because then I have to input them again later and it is a hassel. How do I make the cells dependant on more than just the ones in the formula? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
Assuming Purchase in A1, Sale in B1 and Margin in C1 Enter in C1 =IF(B1="","",B1-A1) which is saying if B1 is empty (no sale has taken place) so show nothing in the cell with the formula, otherwise show the result of subtracting the value in A1 from the value in B1 -- Regards Roger Govier "ambermw15" wrote in message ... I have some formulas in a couple of cells but I don't want them to calculate yet. Some other cells are dependant on it and I would like it to show a - in the cell. The situation is that it deals with inventory for a place that sells vehicles. I don't want trade in cars to calculate until they are sold because it shows a loss. Or maybe I'm doing the calculation wrong. I don't think it should be that I need to delete the formulas until that vehicle is sold because then I have to input them again later and it is a hassel. How do I make the cells dependant on more than just the ones in the formula? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formating a cell .. to Show Nothing .. if True | Excel Worksheet Functions | |||
=IF cell needs to show blank if blank | Excel Discussion (Misc queries) | |||
Urgent date/scheduling calc needed | Excel Worksheet Functions | |||
Want #VALUE! to show as blank cell | Excel Worksheet Functions | |||
Copy cell format to cell on another worksht and update automatical | Excel Worksheet Functions |