BlueCarbon

Microsoft Secrets

Jun 22nd, 2021 (edited)
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. Created: 6/22/2021
  2.  
  3. Edge browser game:
  4.  
  5. edge://surf
  6. $5
  7.  
  8. Random filler words in MS Word:
  9.  
  10. =lorem() + enter
  11. =rand()
  12. =rand(6,5) 6 = Paragraphs | 5 = sentences
  13.  
  14.  
  15. Excel Calculate differnce in dates:
  16.  
  17. =datedif(startdate,Enddate,"Y")
  18. =datedif(B8,$B$5,"Y")
  19.  
  20. B5 = Today's date
  21. B8 = Date of Example
  22. Y = Years
  23. M = Months
  24. D = Years
  25. Formula showing Years since..
  26.  
  27.  
  28.  
Add Comment
Please, Sign In to add comment