Pick 3 - Pick 4 - Pick 5 - Pick 6 Excel Formulas

Published:

Pick 3, Pick 5, Pick 5, and Pick 6 combinations to separate cells - formulas

Entry #152

Comments

Avatar winsumloosesum -
#1
123 (in cell A2)
=INT(A2/100)
=INT((A2-(B2*100))/10)
=INT((A2-((B2*100)+C2*10)))
=========================
1234 (In Cell A4)
=INT(A4/1000)
=INT((A4-(B4*1000))/100)
=INT((A4-((B4*1000)+(C4*100)))/10)
=INT((A4-((B4*1000)+(C4*100)+(D4*10))))
==================================
12345 (In cell A5)
=INT(A6/10000)
=INT((A6-(B6*10000))/1000)
=INT((A6-((B6*10000)+(C6*1000)))/100)
=INT((A6-((B6*10000)+(C6*1000)+(D6*100)))/10)
=INT((A6-((B6*10000)+(C6*1000)+(D6*100)+(E6*10))))
============================================
123456 (In cell A8)
=INT(A8/100000)
=INT((A8-(B8*100000))/10000)
=INT((A8-((B8*100000)+(C8*10000)))/1000)
=INT((A8-((B8*100000)+(C8*10000)+(D8*1000)))/100)
=INT((A8-((B8*100000)+(C8*10000)+(D8*1000)+(E8*100)))/10)
=INT((A8-((B8*100000)+(C8*10000)+(D8*1000)+(E8*100)+(F8*10))))
=========================================================

Post a Comment

Please Log In

To use this feature you must be logged into your Lottery Post account.

Not a member yet?

If you don't yet have a Lottery Post account, it's simple and free to create one! Just tap the Register button and after a quick process you'll be part of our lottery community.

Register