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.

Have COUNTIFS ignore all blank cells (= empty cells and cells containing "")

I want to get a formula with COUNTIFS, like =COUNTIF(A1:A3,"<>"&"") such that when A1 = 2, A2 = "", …

excel excel-formula countif nonblank
INDIRECT with column reference and row reference in different cells

So I have two cells, both referring to another sheet. One cell has the row of the other sheet and …

excel excel-formula worksheet-function excel-indirect
Excel 2010 - Count Unique values only in a SUBTOTAL cell

Info: Excel 2010 (no macros) Data Origns: MySQL Query / phpMyAdmin Server: Apache Code is run via: Server SQL Query (copy & …

excel excel-formula excel-2010 subtotal
Is it possible to do a Levenshtein distance in Excel without having to resort to Macros?

Let me explain. I have to do some fuzzy matching for a company, so ATM I use a levenshtein distance …

excel excel-formula levenshtein-distance fuzzy-logic
Returning the column header of max value on per row basis

I have a spreadsheet whereby on a monthly basis I need to return the top product based on a table …

excel excel-formula excel-match
Excel table lookup matching values of two columns

I'd like to create a table lookup formula that matches two columns. For instance, suppose I'd like to find the …

database excel excel-formula lookup-tables
Convert three letter country codes to full country names

I need to convert a few hundred three letter country codes (ISO 3166-1 alpha-3) to their full country name in …

excel excel-formula vlookup
Count non blank rows in a certain range/column Excel

I want to count empty (or non-blank) rows in a given column (or range). Example: I have a column which …

excel count excel-formula row nonblank
Sumif between two dates over two columns

I would like to sum a column between two dates, however the dates are in separate columns. I want the …

excel date excel-formula excel-2011
Camel case converter in an excel

I am trying to convert a field in an excel sheet (e.g. REC_LEN) to camel case. I am …

excel excel-formula excel-2013