Thread
:
NULL Cells
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Gary Brown
external usenet poster
Posts: 178
NULL Cells
Change
=IF(ISNUMBER(C2),0,IF(N2=("SOMETEXT"),0,((K2-J2)*4)))
to
=IF(ISNUMBER(C2),"",IF(N2=("SOMETEXT"),0,((K2-J2)*4)))
--
HTH,
Gary Brown
If this post was helpful to you, please select ''YES'' at the bottom of the
post.
"UnderCoverGuy" wrote:
Using the formula:
=IF(ISNUMBER(C2),0,IF(N2=("SOMETEXT"),0,((K2-J2)*4)))
returns a 0 in the cell if C2 is a number. Is there a way for me to have it
either delete the value of the cell or make the cell null? I don't want
anything to display if C2 is a number.
Any thoughts?
Thanks in advance,
UCG
Reply With Quote
Gary Brown
View Public Profile
Find all posts by Gary Brown