Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
I put in an equation. =D6-E6. The answer appears in box F6. I don't want the
answer to appear in box F6 unless I put a value in box E6. At the moment, my value in box E6 is empty. Are there any solutions to this problem? |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
In article ,
says... I put in an equation. =D6-E6. The answer appears in box F6. I don't want the answer to appear in box F6 unless I put a value in box E6. At the moment, my value in box E6 is empty. Are there any solutions to this problem? =IF(ISBLANK(E6),"",D6-E6) -- Regards, Tushar Mehta www.tushar-mehta.com Excel, PowerPoint, and VBA add-ins, tutorials Custom MS Office productivity solutions |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What if I want the answer to be in Dollars or Percentage. | Excel Worksheet Functions | |||
variable Addition and substraction | Excel Worksheet Functions | |||
how do i use 'if' command to display answer in different cell? | Excel Discussion (Misc queries) | |||
i cant get the exact answer e.g answer is 13.49% i got 13.00% | Excel Discussion (Misc queries) | |||
coverting answer from Radian mode to degree mode | Excel Worksheet Functions |