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.

Compare data of two Excel Columns A & B, and show data of Column A that do not exist in B

I have an Excel file that has columns A and B, both have data that may or may not exist …

excel excel-2007 worksheet-function
Get the last non-empty cell in a column in Google Sheets

I use the following function =DAYS360(A2, A35) to calculate the difference between two dates in my column. However, the …

google-sheets worksheet-function google-sheets-formula
Use string value from a cell to access worksheet of same name

I have 2 worksheets: Summary and SERVER-ONE. In cell A5 on the Summary worksheet, I have added the value SERVER-ONE. Next …

excel worksheet-function
How to import data from one sheet to another

I have two different work sheets in excel with the same headings in in all the row 1 cells(a1 = id, …

excel worksheet-function vlookup
Self-reference for cell, column and row in worksheet functions

In a worksheet function in Excel, how do you self-reference the cell, column or row you're in?

excel worksheet-function self-reference
How to find the first and second maximum number?

I am trying to find first highest number and second highest number in excel. What shall i do for that. …

excel worksheet-function
Excel function to get first word from sentence in other cell

Excel: What function can I use to take the all the characters from the beginning to the first '<". …

excel worksheet-function
WorksheetFunction.CountA - not working post upgrade to Office 2010

The following piece of code works in Excel prior to 2010: myRange = Range("A:A") NumRows = Application.CountA(myRange) There are 38 …

excel vba worksheet-function
Filter an array using a formula (without VBA)

Is it possible to filter an array using a single formula (without autofilter, VBA, or additional columns)? For example, I …

excel worksheet-function
Converting a string to a date in a cell

I have 100.000 rows of data in Excel. Some of the fields are dates, but the fields in Excel are as …

excel date-format worksheet-function