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

Power Query Formula

@Cele

I don't have PQ on this comp to test. But the general approach can be
  • Use divide function if one is available. this should have a div/0 optional value.
  • Else, Just divide column H with column F as a new calculated column
  • Then replace errors with zero using replace errors transformation
 
Back
Top