• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Formula needed

i am assuming people will be expected to complete column N
so it cannot have a formula in
otehrwise
=IF(F2<=-30,"enter reason","")
copied down
OR you can use conditional formatting to make a colour
=AND(N2<>"", F2<>"",F2<=-30)
and format the cell RED

if you want a message to appear then maybe VBA needed
 

Attachments

Back
Top