SlideShare a Scribd company logo
Predicting my future: Roll of dice Is it possible to predict how your life is going to turn out based on random numbers. Well since I can’t anyway find my life predictable, let me see how this works. ../\.. Panda
1 Used excel to generate the random numbers between 1-6 Used the built in RANDBETWEEN(x,y) function where x and y are1 and 6 Inserted a column to left for date..  Generated series for a year. 366 days including today Replaced the random formulae in column B by values.. Using paste special This is because any change in the sheet was regenerating  the random numbers. This could have been a problem when I did further analysis ../\.. Panda
2 Inserted a column on the left for month.  Should help me show how a month is going to go Added the column to show a qualitative value of how the day would go 0-2 bad, 3-4 average, 5-6 good Added the cumulative column This should let me draw the line graph showing how it is going to be in the next year Now the problem is that with a cumulative score, the graph can go nowhere except northwards.. Not satisfactory Added the second Logical cumulative column A day which was not better than the previous adds a negative effect to the total cumulative score ../\.. Panda
This is how the cumulative graph will look like.. ../\.. Panda
3 Made a pivot table to filter out how each month would go.. For each month a pie chart shows the breakup of bad average and good days Derived a table (trend worksheet) to see the breakup Gave weightage to each type (9good, 3average and (-)3Bad) Added a line graph to see the trend of how the months are going to be ../\.. Panda
This is how my months are going to be.. ../\.. Panda
This is how my months are going to be.. ../\.. Panda

More Related Content

PDF
Ccss.math.content.6.ee.c.9 sample question
PPTX
Classifying figures
DOCX
Math puzzles pasca upsr
PPTX
Polya's Problem - Solving Strategy
PPTX
Rules for how to draw a graph ppt
PPTX
A Business Analyst's guide to survival in the Middle East
PPTX
Innovation isnt for me
PPTX
A business analyst's Survival guide to Middle East
Ccss.math.content.6.ee.c.9 sample question
Classifying figures
Math puzzles pasca upsr
Polya's Problem - Solving Strategy
Rules for how to draw a graph ppt
A Business Analyst's guide to survival in the Middle East
Innovation isnt for me
A business analyst's Survival guide to Middle East

Similar to Roll Of Dice (20)

DOCX
Homework Assignment 9 Edited on 10272014 Due by Wednes.docx
PDF
forecasting model
 
PPTX
Forecasting demand planning
PPTX
Growing Intelligence by Properly Storing and Mining Call Center Data
PDF
Principles of Health Informatics: Informatics skills - searching and making d...
PPTX
1_ Introduction Python.pptx python is a data
DOCX
Decision Science_2.docx
PPTX
Long Memory presentation to SURF
PPTX
slide-02-data-mining-Input_output-1.pptx
PDF
Module4.pdf
PPTX
Data visualization old.pptx
PPTX
Comparing EDA with classical and Bayesian analysis.pptx
DOCX
READ MEIf you need assistance using Excel, you can access a tutori.docx
PDF
Interpreting Data Like a Pro - Dawn of the Data Age Lecture Series
PPT
Forecasting Ppt Lecture note: Forecasting involves making predictions about t...
PPT
1 Forecasting.ppt
PPT
Forecasting Dr. Everette S. Gardner, Jr. Forecasting.ppt
PDF
Python and Excel in Finance (PyData meetup Zurich)
PPT
T7 data analysis
PDF
Monte Carlo Simulation for project estimates v1.0
Homework Assignment 9 Edited on 10272014 Due by Wednes.docx
forecasting model
 
Forecasting demand planning
Growing Intelligence by Properly Storing and Mining Call Center Data
Principles of Health Informatics: Informatics skills - searching and making d...
1_ Introduction Python.pptx python is a data
Decision Science_2.docx
Long Memory presentation to SURF
slide-02-data-mining-Input_output-1.pptx
Module4.pdf
Data visualization old.pptx
Comparing EDA with classical and Bayesian analysis.pptx
READ MEIf you need assistance using Excel, you can access a tutori.docx
Interpreting Data Like a Pro - Dawn of the Data Age Lecture Series
Forecasting Ppt Lecture note: Forecasting involves making predictions about t...
1 Forecasting.ppt
Forecasting Dr. Everette S. Gardner, Jr. Forecasting.ppt
Python and Excel in Finance (PyData meetup Zurich)
T7 data analysis
Monte Carlo Simulation for project estimates v1.0
Ad

Recently uploaded (20)

PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPT
Teaching material agriculture food technology
PDF
KodekX | Application Modernization Development
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Electronic commerce courselecture one. Pdf
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
NewMind AI Monthly Chronicles - July 2025
PPTX
Big Data Technologies - Introduction.pptx
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
20250228 LYD VKU AI Blended-Learning.pptx
NewMind AI Weekly Chronicles - August'25 Week I
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Teaching material agriculture food technology
KodekX | Application Modernization Development
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Digital-Transformation-Roadmap-for-Companies.pptx
Electronic commerce courselecture one. Pdf
Review of recent advances in non-invasive hemoglobin estimation
NewMind AI Monthly Chronicles - July 2025
Big Data Technologies - Introduction.pptx
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Network Security Unit 5.pdf for BCA BBA.
Reach Out and Touch Someone: Haptics and Empathic Computing
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Unlocking AI with Model Context Protocol (MCP)
Chapter 3 Spatial Domain Image Processing.pdf
Per capita expenditure prediction using model stacking based on satellite ima...
Ad

Roll Of Dice

  • 1. Predicting my future: Roll of dice Is it possible to predict how your life is going to turn out based on random numbers. Well since I can’t anyway find my life predictable, let me see how this works. ../\.. Panda
  • 2. 1 Used excel to generate the random numbers between 1-6 Used the built in RANDBETWEEN(x,y) function where x and y are1 and 6 Inserted a column to left for date.. Generated series for a year. 366 days including today Replaced the random formulae in column B by values.. Using paste special This is because any change in the sheet was regenerating the random numbers. This could have been a problem when I did further analysis ../\.. Panda
  • 3. 2 Inserted a column on the left for month. Should help me show how a month is going to go Added the column to show a qualitative value of how the day would go 0-2 bad, 3-4 average, 5-6 good Added the cumulative column This should let me draw the line graph showing how it is going to be in the next year Now the problem is that with a cumulative score, the graph can go nowhere except northwards.. Not satisfactory Added the second Logical cumulative column A day which was not better than the previous adds a negative effect to the total cumulative score ../\.. Panda
  • 4. This is how the cumulative graph will look like.. ../\.. Panda
  • 5. 3 Made a pivot table to filter out how each month would go.. For each month a pie chart shows the breakup of bad average and good days Derived a table (trend worksheet) to see the breakup Gave weightage to each type (9good, 3average and (-)3Bad) Added a line graph to see the trend of how the months are going to be ../\.. Panda
  • 6. This is how my months are going to be.. ../\.. Panda
  • 7. This is how my months are going to be.. ../\.. Panda