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.

Concatenating date with a string in Excel

I have two cells in Excel. one has a string and the other one has a date. in the third …

excel worksheet-function
Have Excel formulas that return 0, make the result blank

A recurring Excel problem I have is formulas such as INDEX(array,row,column) that return 0 when there's no result, …

excel worksheet-function
How do I get the last character of a string using an Excel function?

How do I get the last character of a string using an Excel function?

string excel worksheet-function
How to use VLOOKUP result as COUNTIF criteria

I want to be able to determine how many times a person's particular ID (e.g. #123) has appeared in a …

excel excel-formula vlookup worksheet-function countif
How do I slice an array in Excel VBA?

What function can I use in Excel VBA to slice an array?

arrays excel vba worksheet-function
Sorting Worksheet data by column values using Excel VBA

I have next userform developed in vba, which takes info from a worksheet for displaying info I want to order …

vba sorting excel worksheet-function
Count number of cells in a range that match the content of a different cell

I am trying to use COUNTIF in Excel to find how many items in a range match the contents of …

excel worksheet-function countif
Have formula treat value as text, not numeric

I have an Excel formula reading data from a column. The data in that column is sometimes a date-like format, …

excel worksheet-function array-formulas
How to zero fill a number inside of an Excel cell

How do you zero fill a number to 10 positions inside an excel spreadsheet? i.e. If cell A1 has 1234 how …

excel formatting worksheet-function
How do I specify a variable Excel range?

I'd like to be able to dynamically specify a range in Excel, based on row/column variables. Let's say I …

excel worksheet-function excel-2011