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.

IFERROR, INDEX, MATCH returning zeros instead of blanks

I am using the following formula: =IFERROR(INDEX('Cleaned Post'!W:W,MATCH(Combined!$C2,'Cleaned Post'!$C:$C,0))," ") This …

excel excel-formula excel-match
Function to extract remaining string after last backslash

I need an Excel function that can extract a string after last \ from a path and if no \ found then …

excel vba replace excel-formula find-replace
How to get unique values in a column using excel formula

I have Excel Data like below JID Val 1001 22 1030 6 1031 14 1041 8 1001 3 2344 8 1030 8 2344 6 1041 8 How do i get the unique JID values like below using formula? …

excel-formula excel-2010
What does -- do in Excel formulas?

Trying to decipher some Excel formulas and I see some stuff like SUMPRODUCT(--Left(...)...) What is the -- doing? Naturally …

excel excel-formula
How to make a reference to a cell of another sheet, when the sheet name is the value of a cell?

In excel 2007, I have a formula in a cell like the following: =COUNTIFS('2008-10-31'!$C:$C;">="&…

excel excel-formula worksheet-function
How to count cells that only contain the VALUE 0 and not the result of a formula?

For the following sheet: A 1 0 2 0 as formula result 3 0 4 0 as formula result 5 0 as formula result 6 blank 7 0 How do I count only …

excel excel-formula formula countif
Average a range of values if the date associated with it falls within a date range

I'm trying to average a range of values if its associated date falls between two specified dates. The following function …

excel-formula sumifs
Power BI (DAX): Distinct Count Filtered by Condition

I have a data set with publishers with revenue by month. Publishers are considered to be "active" month if their …

excel excel-formula dax powerbi
remove duplicate value but keep rest of the row values

I have a excel sheet(csv) like this one: and I want the output(tab delimited) to be like this: …

excel excel-formula excel-2010 worksheet-function
Can't find the error: VLOOKUP not returning the value

I am working with an excel file and I am trying to "map" some values with the vLookUp function. The …

excel formatting syntax-error excel-formula vlookup