IF Formula in Excel returning FALSE on 26.00% >= 10.01%









up vote
0
down vote

favorite
1












Excel if formula - Getting 0 instead of 75
Why the given IF Formula is evaluating to FALSE? Need help with this formula



Details are in the screenshot!
Screenshot Here










share|improve this question

























    up vote
    0
    down vote

    favorite
    1












    Excel if formula - Getting 0 instead of 75
    Why the given IF Formula is evaluating to FALSE? Need help with this formula



    Details are in the screenshot!
    Screenshot Here










    share|improve this question























      up vote
      0
      down vote

      favorite
      1









      up vote
      0
      down vote

      favorite
      1






      1





      Excel if formula - Getting 0 instead of 75
      Why the given IF Formula is evaluating to FALSE? Need help with this formula



      Details are in the screenshot!
      Screenshot Here










      share|improve this question













      Excel if formula - Getting 0 instead of 75
      Why the given IF Formula is evaluating to FALSE? Need help with this formula



      Details are in the screenshot!
      Screenshot Here







      excel excel-formula






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 10 at 16:26









      Asim Khan

      83




      83






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          0
          down vote













          It looks like there are inconsistent cell types. Try to format all values as "percentage". Maybe some values are just formatted as string, then the comparisson fails, or the values are as normal floating point values. Please not e that "10%" is just a percentage representation of the fixed value 0.1






          share|improve this answer



























            up vote
            0
            down vote













            Might be brackets.. otherwise is your data. Double check that the values are not stored as text.



            =IF(AND(D7<=D11,D7>=D10),C5,IF(D7<=D9,C4,IF(AND(D7<=D13,D7>=D12),C6,IF(AND(D7>=D14,D7<=D15),C7,IF(AND(D7>=D16,D7<=D17),C8,IF(AND(D7>=D18),C9))))))


            enter image description here






            share|improve this answer




















              Your Answer






              StackExchange.ifUsing("editor", function ()
              StackExchange.using("externalEditor", function ()
              StackExchange.using("snippets", function ()
              StackExchange.snippets.init();
              );
              );
              , "code-snippets");

              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "1"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader:
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              ,
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );













               

              draft saved


              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53240970%2fif-formula-in-excel-returning-false-on-26-00-10-01%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              0
              down vote













              It looks like there are inconsistent cell types. Try to format all values as "percentage". Maybe some values are just formatted as string, then the comparisson fails, or the values are as normal floating point values. Please not e that "10%" is just a percentage representation of the fixed value 0.1






              share|improve this answer
























                up vote
                0
                down vote













                It looks like there are inconsistent cell types. Try to format all values as "percentage". Maybe some values are just formatted as string, then the comparisson fails, or the values are as normal floating point values. Please not e that "10%" is just a percentage representation of the fixed value 0.1






                share|improve this answer






















                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  It looks like there are inconsistent cell types. Try to format all values as "percentage". Maybe some values are just formatted as string, then the comparisson fails, or the values are as normal floating point values. Please not e that "10%" is just a percentage representation of the fixed value 0.1






                  share|improve this answer












                  It looks like there are inconsistent cell types. Try to format all values as "percentage". Maybe some values are just formatted as string, then the comparisson fails, or the values are as normal floating point values. Please not e that "10%" is just a percentage representation of the fixed value 0.1







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Nov 10 at 16:33









                  user287107

                  7,49612243




                  7,49612243






















                      up vote
                      0
                      down vote













                      Might be brackets.. otherwise is your data. Double check that the values are not stored as text.



                      =IF(AND(D7<=D11,D7>=D10),C5,IF(D7<=D9,C4,IF(AND(D7<=D13,D7>=D12),C6,IF(AND(D7>=D14,D7<=D15),C7,IF(AND(D7>=D16,D7<=D17),C8,IF(AND(D7>=D18),C9))))))


                      enter image description here






                      share|improve this answer
























                        up vote
                        0
                        down vote













                        Might be brackets.. otherwise is your data. Double check that the values are not stored as text.



                        =IF(AND(D7<=D11,D7>=D10),C5,IF(D7<=D9,C4,IF(AND(D7<=D13,D7>=D12),C6,IF(AND(D7>=D14,D7<=D15),C7,IF(AND(D7>=D16,D7<=D17),C8,IF(AND(D7>=D18),C9))))))


                        enter image description here






                        share|improve this answer






















                          up vote
                          0
                          down vote










                          up vote
                          0
                          down vote









                          Might be brackets.. otherwise is your data. Double check that the values are not stored as text.



                          =IF(AND(D7<=D11,D7>=D10),C5,IF(D7<=D9,C4,IF(AND(D7<=D13,D7>=D12),C6,IF(AND(D7>=D14,D7<=D15),C7,IF(AND(D7>=D16,D7<=D17),C8,IF(AND(D7>=D18),C9))))))


                          enter image description here






                          share|improve this answer












                          Might be brackets.. otherwise is your data. Double check that the values are not stored as text.



                          =IF(AND(D7<=D11,D7>=D10),C5,IF(D7<=D9,C4,IF(AND(D7<=D13,D7>=D12),C6,IF(AND(D7>=D14,D7<=D15),C7,IF(AND(D7>=D16,D7<=D17),C8,IF(AND(D7>=D18),C9))))))


                          enter image description here







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Nov 10 at 16:45









                          Wizhi

                          3,2371729




                          3,2371729



























                               

                              draft saved


                              draft discarded















































                               


                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53240970%2fif-formula-in-excel-returning-false-on-26-00-10-01%23new-answer', 'question_page');

                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              這個網誌中的熱門文章

                              What does pagestruct do in Eviews?

                              Dutch intervention in Lombok and Karangasem

                              Channel Islands