Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want a cell to display the answer, which is the same for both formulas, one
you add values, one you subtract, both resulting the same answer. I am given either the outside 3 dims, or the inside 3 dims. I want the single cell to display the answer using both, so that if I only have the inside, i can leave the outside ones blank and still get the answer. Can someone help me with this? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Oct 21, 10:01*am, tsquared1518
wrote: I want a cell to display the answer, which is the same for both formulas, one you add values, one you subtract, both resulting the same answer. I am given either the outside 3 dims, or the inside 3 dims. I want the single cell to display the answer using both, so that if I only have the inside, i can leave the outside ones blank and still get the answer. Can someone help me with this? You are goign to need to be more clear. Where is your data? What cells? What is an inside 3 dims? have you thought about using an if formula? Written =IF(Logical Test, If the value is true do this, if the value is not true then do this.) Jay |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=if(a10,one calculation,the other calculation)
assume a1 contains one of the dimensions, inside or out. not sure what your calculations are, but if there's a division you will get an error until something is entered in the dimensions, to prevent that you must nest another IF to check for blanks. In article , says... I want a cell to display the answer, which is the same for both formulas, one you add values, one you subtract, both resulting the same answer. I am given either the outside 3 dims, or the inside 3 dims. I want the single cell to display the answer using both, so that if I only have the inside, i can leave the outside ones blank and still get the answer. Can someone help me with this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple options- answer in single cel | Excel Discussion (Misc queries) | |||
Excel Options not displaying - some tabs only | Excel Discussion (Misc queries) | |||
displaying a formula's answer into a separate cell | Excel Worksheet Functions | |||
Urgent - Pasting options are not displaying | Excel Discussion (Misc queries) | |||
function displaying in an Excel cell instead of the answer | Excel Discussion (Misc queries) |