by Crispo Mwangi | May 12, 2023 | INTERMEDIATE EXCEL
Looking up items in a list is easy when we use the COUNTIF function. COUNTIF function returns a count of number of times a criterion appears in a dataset. =COUNTIF(dataset, criterion) For example, in the image below, we are counting if the currencies appear in our...
by Crispo Mwangi | Mar 8, 2023 | ADVANCED EXCEL
SUMIF Data Ignoring Hidden Rows in Excel is not as simple as other types of summation using criteria. This is because the SUMIF function does not ignore hidden rows. The solution comes from using a combination of SUBTOTAL & OFFSET functions to return only visible...
by Crispo Mwangi | Feb 9, 2023 | INTERMEDIATE EXCEL
Analysts spend between 60% to 80% cleaning data. Here is how to cut that time by using the SUMIFS function in Data Validation. Given the below data, how do you ensure staff is awarded only salaries within their job grade scale? Here are the 4 steps: Select the Salary...
by Crispo Mwangi | Feb 1, 2023 | ADVANCED EXCEL
If you do not have Office365, the easiest option you have for splitting text is FILTERXML How do you split and sum below multiple sales? The easiest way to solve this is by using the FILTERXML function FILTERXML function returns specific data from XML text using the...
by Crispo Mwangi | Jan 22, 2023 | ADVANCED EXCEL
Surendra Reddy on Linked posed a challenge on how to Clean & Split Dirty Data as shown below There are many ways of doing this but I find it easy to use below Power Query M code let Source = Excel.CurrentWorkbook(){[Name=”Table1″]}[Content],...
Recent Comments