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.

Returning cell values from other sheets by referencing sheet names from a list

I have a spreadsheet with approx twenty different sheets named by stock ticker. Because these are templates, the information in …

excel excel-formula formula worksheet-function excel-indirect
Counting cells that contain a certain bit of text without duplicates

I need to count the number of cells in a column that contain a certain bit of text. Actually, I …

excel excel-formula excel-2011
Referencing Dynamic Named Range in Excel Formula

I have a table in Excel with column headings that correspond to part of a dynamic named range elsewhere in …

excel dynamic excel-formula named-ranges
Padding a word with spaces to fill a cell

Is it possible to pad a cell with spaces to ensure that it is the correct length? Here's an example …

excel excel-formula
Lookup using INDEX and MATCH with two criteria

I am trying to achieve a basic lookup using INDEX and MATCH. My layout is: Sheet 1 NAME | SITE | DATE Sheet 2 …

excel excel-formula excel-2010 lookup excel-match
Excel Data Validation List using formula with filtering

I have following workbook: Worksheet Accounts: Worksheet Posts: I would like to know if it is possible to define Data …

excel excel-formula validation
How do I only count visible rows when using the COUNTIFS function?

I've been using Excel's COUNTIFS function to count the number of rows in a table that meet certain criteria, E.…

excel excel-formula worksheet-function
Excel failing at String VLOOKUP

I have a table that looks like this B C 43 XS 6 44 S 11 45 M 16 46 L 21 47 XL 26 48 XXL 31 I've written the formula: `…

excel excel-formula
Microsoft Excel Macro to run Java program

I have learnt to read and write an Excel file using a Java program with the help of Jxl and …

java excel excel-formula excel-2003 jxl
How to concatenate values in multiple cells based on a condition?

I have a need to search a row of cells, and for every cell that contains a specific value, return …

excel excel-formula lookup textjoin