Skip to content

Excel Functions

Excel f(x)s = Excel Functions

  • CountIf limitation COUNTIF
  • VLookup Lookup and References
  • Search across sheets in function ADDRESS
  • Highlight dates dynamically AND
  • Edit directly in cell Excel User tips
  • Excel sessions – 2013 VS 2010 Excel User tips
  • CONVERT function CONVERT
  • Multiple lines in cell using functions CHAR

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

Shapes with dynamic output

Posted on July 18, 2022 By ANmar
Shapes with dynamic output

A trick learned awhile ago. Creating shapes connected to cell, that updated automatically.

When following steps attached, you will be able to connect any shape to any cell in away making it “linked”, so when cell changes the shape will also get updated.

Used it to enlarge or track user attention to a certain value, or sometimes to format certain text in a free way outside cells limitations.

Read More “Shapes with dynamic output” »

Excel User tips, Graphics, Non-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

Lesson learned: Do not trust Google Sheets function

Posted on October 11, 2020 By ANmar
Lesson learned: Do not trust Google Sheets function

It wasted few days, hitting my head at the wall.My mistake …. I trusted that Google Sheets function called GoogleTranslate is working as it is expected. Which is not You just hate when that happens.We all know that Google is still a child in worksheet world, comparing to Microsoft, they are kids, but I wouldn’t…

Read More “Lesson learned: Do not trust Google Sheets function” »

Google Sheets, Worksheet

CTRL+Y a mini macro

Posted on October 6, 2020 By ANmar
CTRL+Y a mini macro

On your daily work, in Excel, you have had the need to redo actions, simple same action to multiple areas perhaps Or apply similar format to more than 1 region, or repeat actions, the last action you did In all these scenarios, use CTRL+Y It is like a mini-macro to repeat last action taken on…

Read More “CTRL+Y a mini macro” »

Excel User tips, Non-functions

Formula Beautifier

Posted on September 25, 2020 By ANmar
Formula Beautifier

Formula Beautifier
http://excelformulabeautifier.com/

Excel User tips, Non-functions

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 4 … 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
  • Validation based on another Validation COUNTA
  • CONVERT function CONVERT
  • GoLast to jump to last cell in a column CELL
  • Hyperlink usage and HyperlinkOf UDF CELL
  • Extract Address into table Formulas - combined functions
  • Hello world! Uncategorized
  • MATCH fumction, just a simple search Lookup and References
  • Get column name (columnname as A,B,C, etc) as input inside cell ADDRESS

Copyright © 2025 Excel Functions.

Powered by PressBook News Dark theme