Forumla to calculate a percentage

  • Thread starter Thread starter julie regan
  • Start date Start date
J

julie regan

I have a column of figures that I need to calculate that if the figure in
column A is Transport costs to us is £100 and column B is the price sold to
the customer is £25.00, i need the third column to work out < 72%
Theoretical Transport Recovery

in other words if the value in column B is <72% mark it red

Like wise for fuel is the value in column B is <132% mark it red

Try as I might I cannot get it to work it out

any ideas
 
Julie,

This formula gives the correct percentage...
=(B1-A1)/A1

Format the formula cell with this custom number format...
0%;[Red]-0%

If you don't want the leading minus sign,
just remove it from the number format.

Regards,
Jim Cone
San Francisco, USA
 

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


Back
Top