Advertisement
wooneh

Untitled

Aug 13th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. numa = 2014
  2. numb = 5
  3. while numa < 2079:
  4. while numb < 13:
  5. print('=countif(Main!M2:M,"',str(numb).zfill(2),'/',numa,'")')
  6. numb+=1
  7. numb=1
  8. numa+=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement