PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Setup I need help using formulas in Excel

Reply

I need help using formulas in Excel

 
Thread Tools Rate Thread
Old 05-10-2005, 05:30 AM   #1
=?Utf-8?B?S2VudCBTdGF0ZSBHcmFk?=
Guest
 
Posts: n/a
Default I need help using formulas in Excel


I made a spreadsheet for my Budget and I need a assistance. I want to be able
to clear the dollar amounts in the cells without clearing the way the cell is
formated and clearing the formula.... For example, the cell contains $250, is
formated so the dollar amount is in the middle and is underline, and it also
contains a formula. I want to be able to remove the $250 w/o clearing the
cell formula & format.
  Reply With Quote
Old 05-10-2005, 12:27 PM   #2
Dave Peterson
Guest
 
Posts: n/a
Default Re: I need help using formulas in Excel

The formula is what returned the value.

So you'd have to remove the formula to remove the value.

or

change the formula...

=if(a1="something","",yourformulahere)

You add a check to see if the original formula should be evaluated--or just show
what looks like an empty cell ("").



Kent State Grad wrote:
>
> I made a spreadsheet for my Budget and I need a assistance. I want to be able
> to clear the dollar amounts in the cells without clearing the way the cell is
> formated and clearing the formula.... For example, the cell contains $250, is
> formated so the dollar amount is in the middle and is underline, and it also
> contains a formula. I want to be able to remove the $250 w/o clearing the
> cell formula & format.


--

Dave Peterson
  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off