Skip to content

Excel Functions

Excel f(x)s = Excel Functions

  • Cell formats 0.0\% and 0.0%;(0.0%) Format Cells
  • Week number to Month number DATE
  • Multiple lines in cell using functions CHAR
  • MID + SEARCH to convert cell to rows MID
  • Sheet() and Sheets() Lookup and References
  • 0% interest promotion Basic Math
  • Paste Special Percentage Excel User tips
  • CamelCase to Camel Case CHAR

Author: ANmar

CHOOSE – tree of decisions

Posted on February 20, 2020 By ANmar
CHOOSE – tree of decisions

If you are like me, then you must have needed to use CHOOSE functionThis is basically like “SELECT CASE” statement, but more limited So, in few words, you can derive the flow of formulas to go to function1, function2, function3, or function4 based on an integer.More like a nested IF, it can actually replaces a…

Read More “CHOOSE – tree of decisions” »

CHOOSE, Formulas - combined functions, IF

Blank (isempty) VS “” (null string)

Posted on February 18, 2020 By ANmar
Blank (isempty) VS “” (null string)

If formula results in “”, then that cell will not be empty.When copy and paste as values, it will not be empty either.VersusWhen we use VBA (Macro command) Range.value = Range.value For that “” cell, it will make destination cell as empty. Sorting table will consider cells with “” as 0, while empty cells are…

Read More “Blank (isempty) VS “” (null string)” »

Excel User tips, Format Cells, Non-functions, Worksheet

Excel keeps converting all cells to “Date” (or Time)

Posted on February 14, 2020 By ANmar
Excel keeps converting all cells to “Date” (or Time)

Issue found several times in xls or xlsx, to get it fix https://www.mrexcel.com/forum/excel-questions/637277-excel-converting-numbers-dates.html

Excel User tips, Format Cells, Non-functions, Worksheet

When Excel functions are not enough

Posted on February 13, 2020 By ANmar
When Excel functions are not enough

BoldCodes

BoldCodes is here to help (BoldCodes.com or Bold.Codes), even though I doubt it, I mean the fact that you cannot do your task in Excel formulas. especially after you understand 25% of these formulas.

But when you do, check out the library of VBA/Excel (aka macros, aka vbscripts) programming codes at BoldCodes.com or Bold.Codes

Excel User tips, Non-functions, XLfxs

Excel Limits

Posted on February 13, 2020June 30, 2025 By ANmar
Excel Limits

Worksheet and workbook specifications and limits For more limits of VBA inside Excel, check out http://BoldCodes.com/?DevID=26CFPFO4LB Feature Maximum limit Open workbooks Limited by available memory and system resources Worksheet size 1,048,576 rows by 16,384 columns Column width 255 characters Row height 409 points Page breaks 1,026 horizontal and vertical Total number of characters that a…

Read More “Excel Limits” »

Excel User tips, Non-functions, Worksheet

Count Unique

Posted on August 9, 2019 By ANmar
Count Unique

A question by a colleague on how to count number of unique items in a column made me realize, I don’t have that here.

So here it is …

COUNTIF, Formulas - combined functions, IF, Standard functions, Statistical, Uncategorized

Cell formats 0.0\% and 0.0%;(0.0%)

Posted on April 7, 2019 By ANmar
Cell formats 0.0\% and 0.0%;(0.0%)

We needed a way to force Excel to show the % next to a number without dividing it by 100 You know, when you format a cell in Excel, to show %, it automatically divide that number by 100 But we do not want that to happen this time. So here is the trick, in…

Read More “Cell formats 0.0\% and 0.0%;(0.0%)” »

Format Cells, Non-functions, Worksheet

When Excel tells you to go get some life

Posted on January 29, 2019 By ANmar
When Excel tells you to go get some life

This is what happens when you spend too much time in Excel

Go have a break and get some life

Read More “When Excel tells you to go get some life” »

Excel User tips, Non-functions, Worksheet

DayName

Posted on January 25, 2019 By ANmar
DayName

Simplest way to get name of day as cell output from a date.

Because you can custom format a cell with date to show only that day name

This is not that.

Read More “DayName” »

Date and Time, Standard functions, TEXT, Texts and Strings

Shades of gray

Posted on January 25, 2019 By ANmar
Shades of gray

We need this to be documented s8mewhere

So, here it is

Read More “Shades of gray” »

Graphics, Non-functions, Worksheet

Recover the unrecoverable

Posted on January 23, 2019 By ANmar
Recover the unrecoverable

Working a lot with Excel means seeing lots of errors and bugs inside Excel

Some of those are not likely bugs, but more like reaching the limit of the application.

Read More “Recover the unrecoverable” »

Excel User tips, Worksheet

Posts pagination

Previous 1 … 3 4 5 … 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
  • The Excel “&” bug Excel User tips
  • Extract current (Active) workbook name CELL
  • Skills Grid Conditional Formatting
  • 0% interest promotion Basic Math
  • Show developer tab Excel User tips
  • Cuts string of list of items Formulas - combined functions
  • CHOOSE – tree of decisions CHOOSE
  • VALUE() of LEFT() Formulas - combined functions

Copyright © 2025 Excel Functions.

Powered by PressBook News Dark theme