If function display

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

Guest

When I use a formula as the "true" in excel, the formula is displayed as the
answer rather than the result of the formula. How can I amend this? The true
answer is "sum(e6*$e$40). I am trying to calculate the discount given if an
order is over a certain sum
 
Make sure you're not putting the TRUE formula in quotes (quotes are only
needed for Text):

=IF(TRUE,SUM(E6*$E$40),"")
 

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

Back
Top