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.

Using SUM() in VBA

If I have a set of cells in a worksheet that I want to add up, I can use the …

excel worksheet-function vba
How to extract text within a string of text

I have a simple problem that I'm hoping to resolve without using VBA but if that's the only way it …

excel vba excel-formula worksheet-function
How to remove ALL numbers from a cell with a function or regex?

I have cells that look like this, one per line: Duffy,John: 'Heritage: Civilization and the Jews'- Fanfare & Chorale,…

regex excel worksheet-function
How can I substitute quotation marks in Excel with SUBSTITUTE formula?

I have worksheet where I need named ranges to correspond to the contents of another cell. The text in the …

excel worksheet-function
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
How to create a new worksheet in Excel file c#?

I need to create a very big Excel file, but excel file in one worksheet can contain up to 65k …

c# excel xls worksheet-function
Excel charts - setting series end dynamically

I've got a spreadsheet with plenty of graphs in it and one sheet with loads of data feeding those graphs. …

excel charts worksheet-function
String manipulation with Excel - how to remove part of a string if another part is there?

I've done some Googling, and can't find anything, though maybe I'm just looking in the wrong places. I'm also not …

excel vba string worksheet-function
How can I check if the values of multiple cells are equal?

Let's say I have 6 different cells (that are not all in a line). I want to check if the values …

google-sheets worksheet-function formulas