Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / October 2006

Tip: Looking for answers? Try searching our database.

NULL Cells

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
UnderCoverGuy - 31 Oct 2006 18:31 GMT
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
Gary Brown - 31 Oct 2006 19:02 GMT
Change
=IF(ISNUMBER(C2),0,IF(N2=("SOMETEXT"),0,((K2-J2)*4)))
to
=IF(ISNUMBER(C2),"",IF(N2=("SOMETEXT"),0,((K2-J2)*4)))
Signature

HTH,
Gary Brown
gary.DeleteThis2SendMeAnEmail.Brown@kinneson.com
If this post was helpful to you, please select ''YES'' at the bottom of the
post.

> Using the formula:
>
[quoted text clipped - 8 lines]
> Thanks in advance,
> UCG
vezerid - 31 Oct 2006 19:05 GMT
Replace the returned value of 0 with the empty string, "".

=IF(ISNUMBER(C2),"",IF(N2=("SOMETEXT"),"",((K2-J2)*4)))

A formula only leaves output to the cell it is entered in. It cannot
change any other cell.

HTH
Kostis Vezerides

> Using the formula:
>
[quoted text clipped - 8 lines]
> Thanks in advance,
> UCG
David Biddulph - 31 Oct 2006 19:10 GMT
=IF(ISNUMBER(C2),"",IF(N2=("SOMETEXT"),0,((K2-J2)*4)))
but be aware that there are subtle differences in Excel between a blank cell
and an empty string.
Signature

David Biddulph

> Using the formula:
>
[quoted text clipped - 9 lines]
> Thanks in advance,
> UCG
UnderCoverGuy - 31 Oct 2006 20:33 GMT
Works perfectly - thanks all for the fix...

Much appreciated...

UCG
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.