Skip to content

Excel Functions

Excel f(x)s = Excel Functions

  • Spreadsheet Compare application Excel User tips
  • Excel keeps converting all cells to “Date” (or Time) Excel User tips
  • Formula Beautifier Excel User tips
  • Compare2, a tool to compare two sheets using formulas Conditional Formatting
  • Convert cell into textbox Excel User tips
  • Convert 2-column into wide (column-row) table Formulas - combined functions
  • Cells with additional spaces AND
  • Looplist – Repeating months using formulas Basic Math

Category: Standard functions

Standard functions that comes with Excel, plain single functions

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

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

Min Max vehicle

Posted on July 20, 2022 By ANmar
Min Max vehicle

Finding which vehicle with minimum (or maximum) amount of savings among peers.

This is an old request, found its formula in my archive to calculate which of the 4 columns is actually has the minimum (or maximum) of savings among other columns.

Trick is as you guessed it was OFFSET.

Read More “Min Max vehicle” »

Formulas - combined functions, Lookup and References, MATCH, Math and Trig, MAX, Min, OFFSET, Standard functions

The Excel “&” bug

Posted on July 16, 2022 By ANmar
The Excel “&” bug

Just a quick find I noticed few days ago.

If you notice, the & inside cell has turned into an underline of the letter after

CQ – G&A has turned to CQ – GA

This is a programming technique we used to apply in Menus to allow users to execute a shortcut, looks like here Excel got it inherited

Read More “The Excel “&” bug” »

Excel User tips, Non-functions, Standard functions

0% interest promotion

Posted on July 11, 2022 By ANmar
0% interest promotion

The past few months, I established a formula to help me determine if certain credit card promotion makes sense or not.

This helped me a lot in consolidating my debts (credit card as well others) into interest-free payments. Benefiting from banks and cards promotions. The key part is to determine how much monthly I will commit to pay in order to keep it actually 0%.

So here is the formula.

Read More “0% interest promotion” »

Basic Math, Formulas - combined functions, INT, Math and Trig, Standard functions

VALUE() of LEFT()

Posted on July 7, 2022 By ANmar
VALUE() of LEFT()

I have been in a lot of situation needing to convert a number came out from a string into actual numbers. Sometimes N() worked, sometimes not, others VALUE() worked, but I did not see a function-does-all solution.

Read More “VALUE() of LEFT()” »

Formulas - combined functions, IF, IFERROR, Information, LEFT, Logical, N, Standard functions, Texts and Strings, VALUE

Schedule column

Posted on July 6, 2022 By ANmar
Schedule column

Create list of dates excluding weekends and holidays.
Basically create list of workdays in a certain year, you may fill in to get more.

List of holidays is defined in another column, formula already excludes Saturdays and Sundays.

Read More “Schedule column” »

Basic Math, COUNTIF, Date and Time, Formulas - combined functions, IF, Logical, Standard functions, Statistical, WEEKDAY

GoLast to jump to last cell in a column

Posted on July 20, 2020 By ANmar
GoLast to jump to last cell in a column

Edit 2021-07-12: I needed this formula to work in a worksheet having space in its name, so original one did not work, here is the new version: =HYPERLINK(“[“&MID(CELL(“filename”,A1),SEARCH(“[“,CELL(“filename”,A1))+1,SEARCH(“]”,CELL(“filename”,A1))-SEARCH(“[“,CELL(“filename”,A1))-1)&”]'”&MID(CELL(“filename”,A1),SEARCH(“]”,CELL(“filename”,A1))+1,500)&”‘!B”&COUNT(B:B)+6,”Go Last”) Again, above formula works in a worksheet with space in its name (and any other character), it already works in a workbook with space in its…

Read More “GoLast to jump to last cell in a column” »

CELL, COUNT, Formulas - combined functions, HYPERLINK, Information, Lookup and References, Standard functions

CountIf limitation

Posted on March 30, 2020 By ANmar
CountIf limitation

CountIF function cannot search for text longer than 255 chars. This is mainly found here … https://support.office.com/en-us/article/COUNTIF-function-E0DE10C6-F885-4E71-ABB4-1F464816DF34

COUNTIF, Standard functions, Statistical

Posts pagination

Previous 1 2 3 … 8 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
  • Hyperlink usage and HyperlinkOf UDF CELL
  • Custom fiscal year calendar (CFlex) Basic Math
  • The Excel “&” bug Excel User tips
  • iframe in Excel (XLiFrame) ADDRESS
  • When Excel tells you to go get some life Excel User tips
  • Sum of divide – Array formula Array formula
  • Comments versus Notes Excel User tips
  • MATCH fumction, just a simple search Lookup and References

Copyright © 2025 Excel Functions.

Powered by PressBook News Dark theme