Need help with Formula

  • Thread starter Thread starter carl
  • Start date Start date
C

carl

I am trying to create a formula to create two possible outcomes.

in simplistic terms if a cell has a + number to show result as FOC if a
negative result to display it as a positive number *1.175.

So +£25 = FOC
or -£25 = +£25

Please Help!!!
 
=if(a1>0,"FOC",-a1*1.175)

But what happens at 0?

What happened with your *1.175 in your sample?
 

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