How to filter max or min value in Power Query using UI Method in Excel & Power BI – “NO TIES”

Filter MAX or MIN value in Power Query for Excel & Power BI using UI Method in Excel & Power BI – “NO TIES”

How to Filter max or min value in Power Query for Excel & Power BI

Filter max or min value in Power Query for Excel & Power BI using the M function List.Max and List.Min

How to adjust the image size in Excel for header or footer?

When we insert image in the header or footer it happens that image is stretched outside the range of the document size print area. Here are the simple step to resize the image in Excel for windows.

How to Insert Data from Picture?

Data entry is one of the tedious tasks and especially when you have the data printed in front of you and feed the data into spreadsheets. Microsoft Team has a solution for this issue by using their Microsoft AI technology.

What is the #SPILL! error and how to fix it?

Microsoft 365(Office365) users are upgraded with the new features regularly. Dynamic Arrays are one of the most waited features currently we have in Excel and which is a revolutionary change in the history of Excel.

How to Save Excel File to Text File using VBA [Excel for mac and windows]

Save the Excel active worksheet into text file to your current workbook location. This code can use it for Excel for mac & windows.

Webinar Excel In Excel – Report Automation with Power Query and Power Automate

How to check your operating system using VBA

Know your operating systems with this cool VBA code which can be use Excel for Mac & Windows

How to split worksheets into separate Excel workbooks

Easily Split your worksheets into separate workbooks and save them in the same location. This code works with Excel for mac & windows.

Extract Comments In Excel with VBA

There is currently there is no built-in function in excel which can allow us to extract the comment/notes of the cells into a cell. However, with the help of this User-Define Function (UDF) VBA code we can easily extract comments into the cell.