Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a cell wich has =sum(K5-J5) if the answer is 0 how can I get the
cell to be blank? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=if(k5=j5, "", k5-j5)
-- HTH... Jim Thomlinson "Matt" wrote: I have a cell wich has =sum(K5-J5) if the answer is 0 how can I get the cell to be blank? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try this
=IF(K5-J5=0,"",K5-J5) On Sep 26, 1:35*am, Matt wrote: I have a cell wich has =sum(K5-J5) * if the answer is 0 how can I get the cell to be blank? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That worked great Thanks for the help
"Matt" wrote: I have a cell wich has =sum(K5-J5) if the answer is 0 how can I get the cell to be blank? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
where can I see my question and answer? Yesterday I ask a question | Excel Discussion (Misc queries) | |||
If Question | Excel Worksheet Functions | |||
Newbie Question - Subtraction Formula Question | Excel Discussion (Misc queries) | |||
The question is an excel question that I need to figure out howto do in excel. | Excel Worksheet Functions | |||
Possible And If Question | Excel Worksheet Functions |