Skip to content

Excel Functions

Excel f(x)s = Excel Functions

  • IF with AND and IF with OR AND
  • Excel sessions – 2013 VS 2010 Excel User tips
  • Extract Address into table Formulas - combined functions
  • Multiple Dual-Validations COUNTA
  • State Abbr with Index+Match+Validation Data Validation
  • Comments versus Notes Excel User tips
  • 6174 Kaprekar’s constant Basic Math
  • WorksheetName and WorksheetsNo UDFs Lookup and References

Sorting with functions only

Posted on September 5, 2022 By ANmar
Sorting with functions only

This one is similar to http://xlfxs.com/sort-list-using-functions/ where we use some controls here that make it more user-friendly.

Read More “Sorting with functions only” »

CHOOSE, Formulas - combined functions, LARGE, Lookup and References, MATCH, Math and Trig, ROW, SMALL, Standard functions, VLOOKUP

6174 Kaprekar’s constant

Posted on September 2, 2022 By ANmar
6174 Kaprekar’s constant

This is the spreadsheet to prove this constant. When all roads lead to Kaprekar

Just enter any 4 digits number in D3 and watch roads walk you 6174

Read More “6174 Kaprekar’s constant” »

Basic Math, Formulas - combined functions, Standard functions, TEXT, Texts and Strings, VALUE

Pixel Excel Drawing

Posted on August 22, 2022 By ANmar
Pixel Excel Drawing

This guy has nothing to stop him

Format Cells, Graphics, Non-functions

Cuts string of list of items

Posted on August 17, 2022 By ANmar
Cuts string of list of items

An old lesson to one of my early classes to show how can we cut a string having list of items into its parts. (At least 1st three parts) using formulas only.

Read More “Cuts string of list of items” »

Formulas - combined functions, LEFT, MID, SEARCH, Standard functions, Texts and Strings

Excel @ before function names in formulas

Posted on August 9, 2022 By ANmar
Excel @ before function names in formulas

Looks like there is a change coming. Excel started adding the symbol @ to some formulas, not sure why only those, but we are waiting to start using this new feature.

Read More “Excel @ before function names in formulas” »

Excel User tips, Formulas - combined functions

Return 12 values in one number

Posted on August 8, 2022 By ANmar
Return 12 values in one number

A technic I loved using, return list of items (up to 12 items now) in ONE number.

Let us say you have list of 12 items, and you want a function that will return some of that list (with no order), then this is how you can do it. This has been sitting around for awhile in my archive. I called it 12Return4095

Read More “Return 12 values in one number” »

AND, Formulas - combined functions, IF, Logical, Math and Trig, Min, Standard functions, SUM

Cells with additional spaces

Posted on August 4, 2022 By ANmar
Cells with additional spaces

Detect which cells has additional spaces added by mistake by user.

=IF(AND(Left(F2, 2) = "No", LEN(F2) >2, "Space at end", "")

Read More “Cells with additional spaces” »

AND, IF, LEFT, Len, Logical, Standard functions, Texts and Strings

Comments versus Notes

Posted on August 1, 2022 By ANmar
Comments versus Notes

It is official and looks better now, I know it might be confusing, but I liked it so far

Excel now has “Comments”, the classic Comments are now called “Notes”

I used Notes a lot, mainly to remind me of certain expectations of some cells, or guide the user to some additional info about some cells, so got confused when I tried to insert Comment into cell.

Read More “Comments versus Notes” »

Excel User tips, Format Cells, Non-functions

Searching table in 2 dimensions.

Posted on July 26, 2022 By ANmar
Searching table in 2 dimensions.

Using VLOOKUP + MATCH (HLOOKUP + MATCH, OFFSET + 2 MATCHes or INDEX + 2 MATCHes) to search a table in both axis.

This post has been sitting for a while in my archive, waiting for me to get some time to polish and post.

Read More “Searching table in 2 dimensions.” »

Formulas - combined functions, HLOOKUP, INDEX, Lookup and References, MATCH, Standard functions, VLOOKUP

Always get 1st name (or last)

Posted on July 23, 2022 By ANmar
Always get 1st name (or last)

Formula to get first name from 2 formats either (Lastname, First) or (Firstname Last) formats.

Read More “Always get 1st name (or last)” »

Formulas - combined functions, IF, ISERROR, LEFT, Len, Logical, RIGHT, SEARCH, Standard functions, Texts and Strings, TRIM

Search across sheets in function

Posted on July 22, 2022 By ANmar
Search across sheets in function

Just when you need to search for a thing across sheets in a workbook.

I am bored, so I am adding articles from my old archive.

Read More “Search across sheets in function” »

ADDRESS, COUNTIF, Formulas - combined functions, INDIRECT, Lookup and References, OFFSET, Standard functions, Statistical

Posts pagination

Previous 1 2 3 … 10 Next

Recent Posts

  • Stale values (Scratched functions)
  • Middle name + 1st name
  • LastSunday, LastSaturday
  • Paste Special Percentage
  • Jan8 date format

Archives

Categories

  • Array formula (1)
  • Formulas – combined functions (58)
  • Google Sheets (2)
  • Non-functions (36)
    • ActiveX controls (2)
    • Conditional Formatting (7)
    • Data Validation (7)
    • Excel User tips (19)
    • Format Cells (6)
    • Graphics (4)
    • Names (3)
  • Standard functions (82)
    • Basic Math (18)
    • Date and Time (16)
      • DATE (9)
      • Hour (1)
      • MONTH (7)
      • NETWORKDAYS (2)
      • TODAY (7)
      • WEEKDAY (8)
      • WEEKNUM (1)
      • YEAR (8)
    • Engineering (1)
      • CONVERT (1)
    • Information (6)
      • CELL (4)
      • ISERROR (1)
      • N (1)
    • Logical (30)
      • AND (5)
      • IF (24)
      • IFERROR (6)
      • IFNA (1)
      • IFS (1)
      • ISERROR (1)
      • OR (2)
    • Lookup and References (36)
      • ADDRESS (4)
      • CHOOSE (3)
      • COLUMN (7)
      • FORMULATEXT (1)
      • HLOOKUP (1)
      • HYPERLINK (2)
      • INDEX (5)
      • INDIRECT (6)
      • MATCH (12)
      • OFFSET (15)
      • ROW (11)
      • VLOOKUP (5)
    • Math and Trig (24)
      • ABS (1)
      • CEILING (1)
      • COUNT (1)
      • COUNTA (4)
      • INT (9)
      • LARGE (2)
      • MAX (1)
      • Min (2)
      • SMALL (3)
      • SUM (3)
      • SUMIF (1)
      • SUMIFS (2)
      • SUMPRODUCT (1)
    • Statistical (5)
      • COUNTIF (4)
      • COUNTIFS (1)
    • Texts and Strings (24)
      • CHAR (5)
      • CONCATINATE (1)
      • FIND (1)
      • LEFT (8)
      • Len (4)
      • MID (9)
      • REPT (3)
      • RIGHT (2)
      • SEARCH (9)
      • STRING (1)
      • SUBSTITUTE (2)
      • TEXT (4)
      • TRIM (2)
      • VALUE (2)
  • Uncategorized (2)
  • User-Defined f(x)s = UDF (3)
    • HyperlinkOf (1)
  • Worksheet (16)
  • XLfxs (2)

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
  • FORMULATEXT to show formulas FORMULATEXT
  • Pixel Excel Drawing Format Cells
  • Sum of divide – Array formula Array formula
  • Get 3rd Wednesday of month Basic Math
  • iframe in Excel (XLiFrame) ADDRESS
  • The Excel “&” bug Excel User tips
  • Shades of gray Graphics
  • MID + SEARCH to convert cell to rows MID

Copyright © 2025 Excel Functions.

Powered by PressBook News Dark theme