retain cell value

A

aekster

What function to use to retain numerical cell value if ceratain
conditions are not met, otherwise calulate according to the formula?
 
P

Paul

aekster said:
What function to use to retain numerical cell value if ceratain
conditions are not met, otherwise calulate according to the formula?

Rewrite the formula, perhaps using an IF statement like this:
=IF(conditions, original_formula, fixed_value).
 

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

Top