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.

Generate a truth table in excel

I need to make a formula that gives you the truth table for a variable number of columns. Example

excel excel-formula truthtable
Putting a concatenate inside of a count if

Alright, I have two excel functions that work. I want to combine them into one. Here are the two that …

excel concatenation excel-formula countif
How to implement a resettable, over-ridable, default cell value in Excel?

>> Question summary I want to implement a resettable, over-ridable, default cell value in Excel. By this, I mean …

vba excel excel-formula worksheet-function
Adding previous cell and current cell functions

I like to have an Excel Function for: Previous cell + Current Cell = Current cell to do this function for the …

excel excel-formula sum worksheet-function excel-indirect
Lookup using table with separated columns

I would like to use VLOOKUP() using a table input consisting of columns that are not next to each other. …

excel excel-formula vlookup
Convert HEX to RGB in Excel

I have a column "HEX" and three columns "R", "G", and "B". How can I convert a HEX to RGB, …

excel excel-formula hex excel-2010 base
Automatically increment sheet reference when dragging formula

I have a formula with the following syntax: =SheetName!E10 and need some way to drag the formula and change …

excel excel-formula worksheet-function excel-indirect
Transposing data from column to row using references

I have some data in a row, say A1 to Z1, and I would like to link to this data …

excel excel-formula transpose formulas array-formulas
IF function - is there a way to avoid repeating formula

Can't believe I don't know this, but is there a way to avoid repeating a formula in an if statement …

excel if-statement excel-formula
How to create running total using Excel table structured references?

I'm looking for a way to create a running total (total of the current row and above) using Excel table …

excel excel-2007 excel-formula