Top "Worksheet-function" questions

A worksheet function is represented by a keyword in an Excel formula that performs some action on input and returns output to the calling procedure, either a worksheet cell or another function.

I want to sum every 7 rows in a worksheet and put the sum in different column & rows

I have never really used Excel before but this seems like it should be possible. I have an ongoing document …

excel worksheet-function
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
How to count up text of a different font colour in excel

I have a list of names that has been exported from another database into excel. The names in the list …

vba excel worksheet-function
Conditional median in MS Excel

I'm trying to calculate the conditional median of a chart that looks like this: A | B ------- x | 1 x | 1 x | 3 …

excel worksheet-function median
Workaround for "Formula omits adjacent cells"

In Excel, with the following function: =IF(AND(N3=1,ISNUMBER(D3),ISNUMBER(E3)),SUM(D3:E3)-2,IF(AND(N3=1,…

excel worksheet-function
How do you extract a subarray from an array in a worksheet function?

Is there some way of getting an array in Excel of a smaller size than a starting array in a …

arrays excel worksheet-function
Google sheets, if statement multiple conditions

Trying to make an if statement that will return 4 outcomes based on the contents of the cell If the cell …

if-statement google-sheets worksheet-function
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
No max(x,y) function in Access

VBA for Access lacks a simple Max(x,y) function to find the mathematical maximum of two or more values. …

vba ms-access max worksheet-function
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