Raymond TamJan 13, 20211 minPatient Health Questionnaire API in ExcelIn this video, we created a PHQ-9 questionnaire together with the scoring function in Excel. Once we have done that, we turn this model...
Raymond TamJan 5, 20211 minUnbeatable Tic Tac Toe AI in Excel (with No VBA) - Part 3In this video, we will explain how we get the different states (winning, draw, losing) we use or pattern matching in the Tic Tac Toe game...
Raymond TamDec 30, 20201 minUnbeatable Tic Tac Toe AI in Excel (with No VBA) - Part 2In this video, we will continue building the Tic Tac Toe game in Excel with an unbeatable AI player with Excel Functions. We were using...
Raymond TamDec 22, 20201 minUnbeatable Tic Tac Toe AI in Excel (with No VBA) - Part 1In this video, we will build a Tic Tac Toe game in Excel with an unbeatable AI player with Excel Functions. We will also use AlchemyJ...
Raymond TamDec 15, 20201 minOvercoming large number limitation in ExcelDo you know that Excel has limitations on supporting numbers that have over 15 digits? If you try to work with numbers with over 15...
Raymond TamDec 8, 20201 minHow to Build a Password Checker API in 5 Minutes using ExcelHave you tried to build a password checker before? How long do you need to build a working API for password checker? In this how-to...
Raymond TamDec 3, 20201 minExcel IF, IFS, SWITCH Function - A Subtle DifferenceIF and IFS function in Excel are very useful decision-making functions. Do you know that IF and IFS function work differently? Although...
Raymond TamNov 18, 20201 minHow to Create a Real-Time Currency Converter API using ExcelEver wonder how to create a real-time currency converter API using Excel? In this video, we will see how to create a REST API that...
Raymond TamOct 28, 20201 minBuild a Machine Learning Model API in ExcelHandwritten digit recognition is not something new, but what if the model is built using Excel? In this video, we will use the neural...