• 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.

Check/Help with Formula

revpeachy

New Member
Please could someone kindly check my formula: trying to show a number 1 when I have less then 100%; to show 2 when I am equal to or over 100% and finally a 3 when the percentage exceeds 111%. the first two work but cannot show the required number 3 for the final part of the sum....am sure it is something simple.

Many thanks

o_O

=IF(G4="","",IF(G4<100%,1,IF(G4>=100%,2,IF(G4>=111%,3))))
 
Many thanks for your prompt reply; alas when i use the amended sum and say enter 113%, it produces a 2 and not the required 3......
 
Back
Top