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.

Error in finding last used cell in Excel with VBA

When I want to find the last used cell value, I use: Dim LastRow As Long LastRow = Range("E4:E48").…

excel vba excel-formula
Extract the last substring from a cell

I have names in a column. I need to split just the last names from that column into another column. …

excel excel-formula excel-2007
Conditionally formatting cells if their value equals any value of another column

I have data in the A and B columns. B column's data is mostly duplicates of A's data, but not …

excel vba excel-formula conditional-formatting
Conditional formatting using AND() function

I'm trying conditional formatting on a sheet. I need to fill the cells with a certain color according to the …

excel excel-formula conditional-formatting
Excel Formula which places date/time in cell when data is entered in another cell in the same row

Hoping there is a way this can be done with a formula since I will be putting this on SharePoint …

excel excel-formula excel-2007
Add a "sort" to a =QUERY statement in Google Spreadsheets

I've setup a simple =QUERY statement that will pull targeted rows/columns out of a 'response' sheet and put them …

google-sheets excel-formula
How can I combine multiple nested Substitute functions in Excel?

I am trying to set up a function to reformat a string that will later be concatenated. An example string …

excel excel-formula nested substitution nested-function
How does one sum only those rows in excel not filtered out?

I use the SUM(B1..B20) formula to sum a column, but when I filter the data by an adjacent …

excel excel-formula
Simulate string split function in Excel formula

I am trying to split a string in an excel formula, something like I can do in many programming languages, …

excel formula excel-formula
Excel: VLOOKUP that returns true or false?

In Excel we have the VLOOKUP function that looks for a value in a column in a table and then …

excel excel-formula excel-2003