Percentages and comments

  • Thread starter alan green (wheelhouse)
  • Start date
A

alan green (wheelhouse)

I'd like to be able to add another column in my spreadsheet that would do
the following: I'm working out efficiency ratings of our jobs and so it may
be above or below 100%. If it is below 100% I'd like the next cell to
calculate this and then put the text Below or something similar in that cell
alongside the percentage - it would save me having to do it!

Does anybody have any ideas?
 
J

JE McGimpsey

alan green (wheelhouse) said:
I'd like to be able to add another column in my spreadsheet that would do
the following: I'm working out efficiency ratings of our jobs and so it may
be above or below 100%. If it is below 100% I'd like the next cell to
calculate this and then put the text Below or something similar in that cell
alongside the percentage - it would save me having to do it!

Does anybody have any ideas?

One way:

Assume the efficiency ratings are in column C. Then

D2: =IF(C2<100%,"Below","")

Copy down as far as required.
 

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