excel

  • Thread starter Thread starter account via OfficeKB.com
  • Start date Start date
A

account via OfficeKB.com

I am having a problem with a formula: It says to do under data, validation,
and in settings under allow choose custom then in the formula box, this is
where the problems i need a formula then determines that the value in cell
b10 is less than or equal to 150% of the value in b9. Please help i have
tried everything.
 
Hi

Mark the range of cells to which you wish to apply data validation.
Data>Validation>from drop down choose Custom.
In the white pane type =B10<=B9*1.5
Choose Format and set Text colour or Cell Colour that you require.

Regards

Roger Govier
 
Hi!

Try this:

=AND(ISNUMBER(B9),B10<=B9*1.5)

Uncheck Ignore blank

Biff
 
What is that symbol after B10. I do not know how to put that in Thank you
 
Hi

The symbol is the "less than" operator. It is achieved by holding down the
shift button and pressing the key for a comma ,

Regards

Roger Govier
 

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