You can have your main field for whatever it is you want to display be a formula that will use your manually entered override value from another field, if it exists, or otherwise display the result of the formula.
Here’s an example for a {Commission}
field:
IF(
{Override Commission Amount},
{Override Commission Amount},
{Total} * 0.15
)