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

Search results

  1. A

    Send a file to the dropbox with a macro

    Same problem on the dropbox forum. https://www.dropboxforum.com/t5/API-Support-Feedback/Upload-a-file-via-API-to-a-file-request/td-p/265794 I think you need some kind of web-scraping-automation-code to accomplish this.
  2. A

    Clear clipboard contents

    @all You can clear the office clipboard. See the solutions in this dutch forum, http://www.helpmij.nl/forum/showthread.php/893233-Klembord-overvol-melding-bij-afsluiten Message #79 and #84 Private Declare Function AccessibleChildren Lib "oleacc" (ByVal paccContainer As Office.IAccessible...
  3. A

    Formula Challenge 025 - Calculation Interval Hours

    =IF(AND((D$5-(D$5>D$6))<$B7,D$6>($A7-($A7>$B7))),MIN(D$6-(D$5>D$6),$B7)-MAX(D$5,$A7-($A7>$B7)),0)
  4. A

    Formula Challenge 025 - Calculation Interval Hours

    I meant the OP mixed up, in the way described. It's better to also add the date to the time.
  5. A

    Formula Challenge 025 - Calculation Interval Hours

    You mixed up yesterday, today and tommorow in your times In D7 the shift starts today on 0:00 and ends today on 8:30, the work starts yesterday on 20:00 and ends today on 5:15. So the overlap today is 5:15. In G7 the shifts starts today on 20:00 and ends today on 22:00, the work starts...
  6. A

    Formula Challenge 010 - Two-way interpolation.

    189 characters =SUM(({-1;1}*TREND({0;1},OFFSET(y,MATCH($C25,y,1)-1,0,2,1),$C25)+{1;0})*({-1,1}*TREND({0,1},OFFSET(x,0,MATCH(D$24,x,1)-1,1,2),D$24)+{1,0})*OFFSET(z,MATCH($C25,y,1)-1,MATCH(D$24,x,1)-1,2,2))
  7. A

    Formula Challenge 010 - Two-way interpolation.

    239 characters =SUM(({-1;1}*TREND({0;1},OFFSET($C$16:$C$17,MATCH($C25,$C$17:$C$19,1),0),$C25)+{1;0})*({-1,1}*TREND({0,1},OFFSET($C$16:$D$16,0,MATCH(D$24,$D$16:$F$16,1)),D$24)+{1,0})*OFFSET($C$16:$D$17,MATCH($C25,$C$17:$C$19,1),MATCH(D$24,$D$16:$F$16,1))) source...
  8. A

    What are the best ready-made multiple-use macros from the web

    Macro for simply entering INDEX-MATCH formula's, by just clicking cells and pressing ENTER. The macro brings "other windows" (ALT+V+W) to the front, for easy selecting cells for 3D/external-references (2 files need to be open) See...
Back
Top