View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Excel should allow delete cell's value but leave formula alone.

Make your formula return what looks like blank when you don't need it:

=Sheet1!A1+sheet1!b99
may become

=if(sheet1!a1+sheet1!b99=0,"",sheet1!a1+sheet1!b99 )

But once you put in a formula, it's gonna have to evaluate to something...

MrQuick wrote:

Is it possible to delete a cell's VALUE without deleting (or "Clearing") the
cell's formula?

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...lic.excel.misc


--

Dave Peterson