Top "Excel-formula" questions

This tag is for Microsoft Excel questions where the question or answers are specifically about the structure, syntax, or output of an Excel formula.

Find all items on list B that are not on list A, Excel.

I have list A with 259 items and list B with 626 items. There is some overlap between the list, so I …

excel excel-formula excel-2013
How can I perform the equivalent of AddHours to a DateTime in Power Query?

I've seen PowerQuery expressions that can subtract days from a datetime, like DateTimeZone.UtcNow.AddDays(-1). However, I'd like to …

excel datetime excel-formula powerquery
Convert an Array Formula's Text Results into a Usable Format

When the results of an Array Formula are numbers, I find it generally easy to find an appropriate method to …

excel excel-formula array-formulas
List of 3rd Wednesdays of each month

I'm trying to find the formula to automatically generate the Third Wednesday of Each month.I searched and found this: =…

excel date excel-formula weekday
Excel formatting for date is not working when exporting as XML

I have created an Excel that includes a mapping file. What I am trying to do is have users enter …

excel excel-formula excel-2010 export-to-xml
Excel dynamic array formula

I have a workbook with 11 sheets for each month, and one summary sheet. On each sheet is a list of …

excel excel-formula worksheet-function array-formulas consolidation
Excel Macro, inserting internationally valid formula during run-time

I've got an Excel spreadsheet, with a Macro, that inserts a conditional formatting, like this: Selection.FormatConditions.Add Type:=xlExpression, …

vba excel excel-formula internationalization
Is there a way to see which filters are active in Excel, other than just the funnel icons?

This question is actually for the Excel GUI, rather than Excel "programming", per se. However, if this is unavailable in …

vba excel excel-formula autofilter
Dynamically expand an excel table based on entries in another table

I'm setting up a spreadsheet with the goal of allowing users to enter data by employee and date. I'd like …

excel dynamic excel-formula excel-2016 excel-tables
Wildcard condition with * for SUMIFS formula on a column with number values

I have a huge excel sheet that looks like this: ╔══════╦══════╦═════╗ ║ A ║ B ║ C ║ ╠══════╬══════╬═════╣ ║ Jack ║ 2001 ║ 1,5 ║ ║ Jack ║ 2002 ║ 2,0 ║ ║ Jack ║ 2003 ║ 1,0 ║ ║ Jack ║ 3001 ║ 3,5 ║ ║ Jack ║ 3002 ║ 4,0 ║ ║ Jack ║ 3003 ║ 1,0 ║ ║ Jill ║ 2001 ║ 3,0 ║ ║ …

excel excel-formula excel-2011