Category Archives: Microsoft Office

Excel VLookup Common mistakes

This blog article shows you the common mistakes that people make when creating VLOOKUP in Excel. For example, we want to find the price of the server like below. The first mistake is to start with the wrong column, The … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform, Microsoft Office, Office 365 | Tagged | Leave a comment

VBA Loop to Office.js Loop

This blog article shows you how to do the VBA Loop in Office JS. This article expects you to have basic VBA knowledge. I have a VBA to loop through the column A as follows: Sub LoopA() Range(“A1”).Select While (ActiveCell.Value … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform, Microsoft Office, Office 365, programming | Tagged | Leave a comment

Using SWITCH to Replace CHOOSE in Power Query Excel

This blog article shows you how to use SWITCH in Power Query Excel. In Excel, you have Choose function. An example is like the following. = Choose (Weekday(A2), “Sunday,”, “Monday,” “Tuesday,” “Wednesday,” “Thursday,” “Friday,” “Saturday”). Unfortunately, there is no Choose … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform, Microsoft Office, Office 365 | Tagged | Leave a comment

SQL Server generate SELECT script using Excel VBA

This blog article shows you how to build the SQL statement using VBA. The code needs to follow the following format of the Excel sheet. – The Sheet name is the table name. – Column A is the column name. … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Microsoft Office, Office 365, programming | Tagged | 1 Comment

Install 64-bit Office 365

This blog article shows you how to install 64-bit Office 365. You have a 64-bit machine, but you may get Office 365 32-bit when you install from the Office.com portal. To change that you need to click on your account … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Microsoft Office | Tagged | Leave a comment

Distinct Count in Excel Pivot Table is not showing

This blog article shows you one of the possibilities the Distinct Count is missing in Excel Pivot Table. When you right click on a Values field in Pivot Table. Go to Value Field Settingsā€¦ You realize there is no Distinct … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, management, Microsoft Office, Office 365 | Tagged | Leave a comment

Ask Generative AI to Generate Python Code for Microsoft Access

This blog article shows you how to ask Generative AI to Generate Python Code to access Microsoft Access database table. In the article Create a Microsoft Access Database and Query using BING we have created a database, Type the following … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform, Microsoft Office, Office 365, programming | Tagged | 1 Comment

Write a VBA program to Generate Test Data using Generative AI

This blog article shows you how to ask Generative AI to write a VBA program to generate test data, Many people use ChatGPT as for generative AI somehow it this sample I use Bing like in Ask Bing to Extract … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Microsoft Office, Office 365, programming | Tagged | Leave a comment

Ask Bing to Extract Text from Excel Cells

This blog article shows you how to ask Bing to Extract Text from Excel Cells. I have a list of email addresses as follows. Assuming prior to @ is the First Name. Open Microsoft Edge, click on the Bing icon. … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform, Microsoft Office, Office 365, programming | Tagged | 1 Comment

Ask Bing to Write an Excel Formula to Find Data

This blog article shows you how to ask Bing to Write an Excel Formula to find data. I have the following worksheet. I want to find the price of sugar Cookie. Open Microsoft Edge, click on the Bing icon. At … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Microsoft Office, Office 365 | Tagged | 1 Comment