I need help using formulas in Excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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 ("").
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Help needed 0
Excel Assistance with Fomula 0
Excel VBA 1
Excel Use COUNTIF across a range of cells with formulas 0
excel formula 1
Excel Need Countifs Formula Help 0
How to keep formula and be able to input value in cell? 0
Need help with a Formula 1

Back
Top