Conditional formatting

  • Thread starter Thread starter seanbtrini
  • Start date Start date
S

seanbtrini

I have a conditional format set up for some of my cells to be
different colors based on the value, (less than, more than or equal
to). It is set up using a calculation, the calculation has decimal
places that are messing up the format. Just formatting cells and
taking out the decimal place is not working because it is still
recognized. How can I get the calculation to bring back only whole
numbers?
 
It would be helpful to have seen you calculations but in the absence of that
generally to get a formual to produce a whole number (integer) use INT:-

=22/7 > 3.142857143

=int(22/7) >3

Mike
 

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